mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-08-25 23:47:43 +00:00
Fix SYSTEM_ROOT not passed to boot patch
This commit is contained in:
@@ -22,7 +22,7 @@ android {
|
||||
ndkBuild {
|
||||
// Pass arguments to ndk-build.
|
||||
arguments(
|
||||
"B_MAGISK=1", "B_INIT=1", "B_BOOT=1", "B_TEST=1", "B_POLICY=1", "B_PRELOAD=1"
|
||||
"B_MAGISK=1", "B_INIT=1", "B_BOOT=1", "B_TEST=1", "B_POLICY=1", "B_PRELOAD=1", "B_PROP=1"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user