mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-19 16:31:47 +00:00
Simplify debug flag propagation
This commit is contained in:
@@ -14,8 +14,7 @@ android {
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
// Pass arguments to ndk-build.
|
||||
arguments('B_MAGISK=1', 'B_INIT=1', 'B_BOOT=1', 'B_BXZ=1',
|
||||
'MAGISK_DEBUG=-DMAGISK_DEBUG')
|
||||
arguments('B_MAGISK=1', 'B_INIT=1', 'B_BOOT=1', 'B_BXZ=1', 'MAGISK_DEBUG=1')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user