add menu to opengl 3 demo. Should work as menu windows have their own classic context
[freeglut] / android / gles1 / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2
3 include $(CLEAR_VARS)
4
5 LOCAL_MODULE := freeglut-gles1
6 LOCAL_SRC_FILES := lib/libfreeglut-gles1.a
7 LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/include
8
9 include $(PREBUILT_STATIC_LIBRARY)