mirror of https://github.com/encounter/SDL.git
android.mk: LOCAL_EXPORT_C_INCLUDES does not need to add include subfolder
This commit is contained in:
parent
0bfeed061b
commit
a8dd7a10fa
|
@ -12,7 +12,7 @@ LOCAL_MODULE := SDL2
|
|||
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)/include
|
||||
LOCAL_EXPORT_C_INCLUDES := $(LOCAL_C_INCLUDES)
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
$(subst $(LOCAL_PATH)/,, \
|
||||
|
|
Loading…
Reference in New Issue