Clean include paths of external dependency

This way, LOVE Android.mk doesn't have to be modified in case new libraries
added or in case old libraries gets updated and their name is different.
This commit is contained in:
Miku AuahDark
2019-07-04 10:11:34 +08:00
parent 7c48033960
commit 456273ebf0
7 changed files with 14 additions and 21 deletions
+2 -3
View File
@@ -7,9 +7,8 @@ LOCAL_MODULE := libmpg123
LOCAL_CFLAGS := -fexceptions -g -Dlinux -DHAVE_GCC_DESTRUCTOR=1 -DOPT_GENERIC -DREAL_IS_FLOAT
LOCAL_CPPFLAGS := ${LOCAL_CFLAGS}
LOCAL_C_INCLUDES := \
${LOCAL_PATH}/src
LOCAL_C_INCLUDES := ${LOCAL_PATH}/src
LOCLA_EXPORT_C_INCLUDES := ${LOCAL_C_INCLUDES}
LOCAL_SRC_FILES := \
$(filter-out \
src/libmpg123/dct64_altivec.c \