Move android_native_app_glue to folder

This commit is contained in:
Ray
2017-05-15 18:06:26 +02:00
parent 5f09c71f98
commit 87a3970222
4 changed files with 465 additions and 1 deletions

View File

@ -0,0 +1,10 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE:= android_native_app_glue
LOCAL_SRC_FILES:= android_native_app_glue.c
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)
LOCAL_EXPORT_LDLIBS := -llog
include $(BUILD_STATIC_LIBRARY)