Add basic cpio features

This commit is contained in:
topjohnwu
2017-03-08 00:54:23 +08:00
parent a4ce9f6f05
commit 1e3bcfc8cd
8 changed files with 367 additions and 75 deletions

View File

@@ -9,7 +9,7 @@ LOCAL_C_INCLUDES := \
jni/ndk-compression/lz4/lib/ \
jni/ndk-compression/bzip2/
LOCAL_SRC_FILES := main.c unpack.c repack.c hexpatch.c parseimg.c compress.c utils.c
LOCAL_SRC_FILES := main.c unpack.c repack.c hexpatch.c parseimg.c compress.c utils.c cpio.c
LOCAL_CFLAGS += -DZLIB_CONST
include $(BUILD_EXECUTABLE)