Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
5f9bcfbe
Commit
5f9bcfbe
authored
Oct 05, 2016
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the name to magiskhide
parent
aa2eed2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Android.mk
jni/Android.mk
+2
-2
magiskhide.c
jni/magiskhide.c
+0
-0
No files found.
jni/Android.mk
View file @
5f9bcfbe
...
@@ -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)
...
...
jni/
hidesu
.c
→
jni/
magiskhide
.c
View file @
5f9bcfbe
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment