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