Remove ndk-build warning: do not include .h file in source files
This commit is contained in:
parent
c656a35aef
commit
76f0e4b51e
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue