Remove ndk-build warning: do not include .h file in source files

This commit is contained in:
Gautier Pelloux-Prayer 2015-02-11 16:14:04 +01:00
parent c656a35aef
commit 76f0e4b51e

View file

@ -33,7 +33,6 @@ LOCAL_C_INCLUDES := \
LOCAL_SRC_FILES += \
libebml2/ebmlbinary.c \
libebml2/ebmlcrc.c \
libebml2/ebmlcrc.h \
libebml2/ebmldate.c \
libebml2/ebmlelement.c \
libebml2/ebmlmain.c \
@ -65,4 +64,4 @@ LOCAL_CFLAGS := \
LOCAL_MODULE := libmatroska2
include $(BUILD_STATIC_LIBRARY)