Minor restructure

This commit is contained in:
topjohnwu
2016-12-09 15:57:10 +08:00
parent c9157cc13b
commit 0ccc92dc1e
7 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS)
LOCAL_MODULE := bootimgtools
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := bootimgtools.c extract.c repack.c hexpatch.c
LOCAL_SRC_FILES := bootimgtools/main.c bootimgtools/extract.c bootimgtools/repack.c bootimgtools/hexpatch.c
LOCAL_CFLAGS += -std=gnu11
include $(BUILD_EXECUTABLE)