device_phh_treble/zerodaemon/Android.mk
Raphael Mounier 1a0cc80ebd Add several new functions from eremitein and remove Huawei NFC
Add several new functions  :
- Add dynamic root option
- Add safetynet
- Add Pixel5 Prop spoof
- Add Autorun
- Add NoLog
- Add Restart sysui
- Add Dump Logs
- Add Disable Sound Volume Effect
- Add BusyBox link

Remove link to NFC file for Huawei device
2022-09-21 15:45:19 +02:00

12 lines
203 B
Makefile
Executable File

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := zerodaemon
LOCAL_MODULE := zerodaemon
LOCAL_MODULE_CLASS := EXECUTABLES
LOCAL_INIT_RC := zerodaemon.rc
include $(BUILD_PREBUILT)