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
73802aab
Commit
73802aab
authored
Apr 16, 2017
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compile issue when using NDK Unified Headers
parent
bc667332
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
Application.mk
jni/Application.mk
+1
-0
magisk.h
jni/magisk.h
+4
-0
ndk-compression
jni/ndk-compression
+1
-1
selinux
jni/selinux
+1
-1
su
jni/su
+1
-1
No files found.
jni/Application.mk
View file @
73802aab
APP_ABI := x86 x86_64 armeabi-v7a arm64-v8a
APP_PLATFORM := android-21
APP_UNIFIED_HEADERS := true
APP_CPPFLAGS += -std=c++11
jni/magisk.h
View file @
73802aab
...
...
@@ -23,6 +23,10 @@
#define LOG_TAG "Magisk"
#ifndef ARG_MAX
#define ARG_MAX 4096
#endif
// Global handler for PLOGE
extern
__thread
void
(
*
err_handler
)(
void
);
...
...
ndk-compression
@
278ea803
Subproject commit
b0579533d17f527137633825724231cafb245ebd
Subproject commit
278ea80348b7e36bf2d37f2aabf6af6ed64d8f0c
selinux
@
0b14ed89
Subproject commit
11a8f7c25d689d84c4eae8ef6245af57a51b1dc5
Subproject commit
0b14ed89aa516778284094c0980eebb498464779
su
@
b1d6ff60
Subproject commit
85b080113f43bccd6764cefe9144d82dc0492426
Subproject commit
b1d6ff60e0f7d533746097058b4d4815d39270aa
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