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,9 +2,11 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
LOCAL_SRC_FILES := \
scepclient_SOURCES := \
scepclient.c scep.c scep.h
LOCAL_SRC_FILES := $(filter %.c,$(scepclient_SOURCES))
# build scepclient -------------------------------------------------------------
LOCAL_C_INCLUDES += \