mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-11 06:42:20 +00:00
Rename bootimgtool to magiskboot
This commit is contained in:
9
jni/magiskboot/Android.mk
Normal file
9
jni/magiskboot/Android.mk
Normal 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)
|
||||
Reference in New Issue
Block a user