git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1233 7f0cb862-5218-0410-a997-914c9d46530a
10 lines
211 B
Makefile
10 lines
211 B
Makefile
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := freeglut-gles2
|
|
LOCAL_SRC_FILES := lib/libfreeglut-gles2.a
|
|
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
|
|
|
|
include $(PREBUILT_STATIC_LIBRARY)
|