projects
/
freeglut
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
android: make code 're-entrant' - i.e. NativeActivity can restart the program without...
[freeglut]
/
android
/
gles2
/
Android.mk
1
LOCAL_PATH:= $(call my-dir)
2
3
include $(CLEAR_VARS)
4
5
LOCAL_MODULE := freeglut-gles2
6
LOCAL_SRC_FILES := lib/libfreeglut-gles2.a
7
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
8
9
include $(PREBUILT_STATIC_LIBRARY)