Rename bootimgtool to magiskboot

This commit is contained in:
topjohnwu
2017-02-28 05:43:49 +08:00
parent f621fb2060
commit a839cb787e
11 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := magiskboot
LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := main.c unpack.c repack.c hexpatch.c parseimg.c compress.c
LOCAL_CFLAGS += -std=gnu11
LOCAL_LDLIBS += -lz
include $(BUILD_EXECUTABLE)