mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-13 23:27:26 +00:00
Fix compile issue when using NDK Unified Headers
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
APP_ABI := x86 x86_64 armeabi-v7a arm64-v8a
|
||||
APP_PLATFORM := android-21
|
||||
APP_UNIFIED_HEADERS := true
|
||||
APP_CPPFLAGS += -std=c++11
|
||||
|
@@ -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);
|
||||
|
||||
|
Submodule jni/ndk-compression updated: b0579533d1...278ea80348
Submodule jni/selinux updated: 11a8f7c25d...0b14ed89aa
2
jni/su
2
jni/su
Submodule jni/su updated: 85b080113f...b1d6ff60e0
Reference in New Issue
Block a user