mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-03 15:05:32 +00:00
9 lines
222 B
Makefile
9 lines
222 B
Makefile
|
LOCAL_PATH := $(call my-dir)
|
||
|
|
||
|
include $(CLEAR_VARS)
|
||
|
LOCAL_MODULE := bootimgtools
|
||
|
LOCAL_MODULE_TAGS := optional
|
||
|
LOCAL_SRC_FILES := main.c extract.c repack.c hexpatch.c
|
||
|
LOCAL_CFLAGS += -std=gnu11
|
||
|
include $(BUILD_EXECUTABLE)
|