mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-15 20:41:53 +00: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