Commit 5f9bcfbe authored by topjohnwu's avatar topjohnwu

Change the name to magiskhide

parent aa2eed2c
...@@ -3,12 +3,12 @@ my_path := $(call my-dir) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment