mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 13:17:39 +02:00
Fix native symbol strips
`ndkVersion` is also needed by app for striping native symbols. Set it in `setupCommon` instead.
This commit is contained in:
@ -6,7 +6,6 @@ setupCommon()
|
||||
|
||||
android {
|
||||
namespace = "com.topjohnwu.magisk.native"
|
||||
ndkVersion = "26.1.10909125"
|
||||
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
Reference in New Issue
Block a user