mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-24 17:17:49 +00:00
Change the name to magiskhide
This commit is contained in:
parent
aa2eed2c38
commit
5f9bcfbefe
@ -3,12 +3,12 @@ my_path := $(call my-dir)
|
|||||||
LOCAL_PATH := $(my_path)
|
LOCAL_PATH := $(my_path)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
LOCAL_MODULE := hidesu
|
LOCAL_MODULE := magiskhide
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||||
LOCAL_LDFLAGS := -static
|
LOCAL_LDFLAGS := -static
|
||||||
LOCAL_STATIC_LIBRARIES := libc libcutils
|
LOCAL_STATIC_LIBRARIES := libc libcutils
|
||||||
LOCAL_SRC_FILES := hidesu.c
|
LOCAL_SRC_FILES := magiskhide.c
|
||||||
include $(BUILD_EXECUTABLE)
|
include $(BUILD_EXECUTABLE)
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user