added one more child window (child-of-child) to one demo for testing
[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)