android: Remove/filter header files from LOCAL_SRC_FILES

This avoids huge warnings when building the native code.
This commit is contained in:
Tobias Brunner
2013-03-20 15:24:26 +01:00
parent 8249f288f2
commit e5d819b617
9 changed files with 36 additions and 20 deletions
+3 -1
View File
@@ -2,11 +2,13 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
LOCAL_SRC_FILES := \
libtncif_la_SOURCES := \
tncif.h tncifimc.h tncifimv.h tncif_names.h tncif_names.c \
tncif_identity.h tncif_identity.c \
tncif_pa_subtypes.h tncif_pa_subtypes.c
LOCAL_SRC_FILES := $(filter %.c,$(libtncif_la_SOURCES))
# build libtncif ---------------------------------------------------------------
LOCAL_C_INCLUDES += \