android: Remove/filter header files from LOCAL_SRC_FILES
This avoids huge warnings when building the native code.
This commit is contained in:
@@ -2,9 +2,11 @@ LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
# copy-n-paste from Makefile.am
|
||||
LOCAL_SRC_FILES := \
|
||||
stroke_SOURCES := \
|
||||
stroke.c stroke_msg.h stroke_keywords.c stroke_keywords.h
|
||||
|
||||
LOCAL_SRC_FILES := $(filter %.c,$(stroke_SOURCES))
|
||||
|
||||
# build stroke -----------------------------------------------------------------
|
||||
|
||||
LOCAL_C_INCLUDES += \
|
||||
|
||||
Reference in New Issue
Block a user