mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-02-16 21:50:09 +00:00
9 lines
209 B
Makefile
9 lines
209 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := freeglut-gles
|
|
LOCAL_SRC_FILES := lib/libfreeglut-gles.a
|
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
|
|
|
|
include $(PREBUILT_STATIC_LIBRARY)
|