mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-29 23:14:11 +00:00
Restructure the native module
Consolidate all code into the src folder
This commit is contained in:
@@ -9,10 +9,14 @@ android {
|
||||
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
path("jni/Android.mk")
|
||||
path("src/Android.mk")
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets.getByName("main") {
|
||||
manifest.srcFile("src/AndroidManifest.xml")
|
||||
}
|
||||
|
||||
defaultConfig {
|
||||
externalNativeBuild {
|
||||
ndkBuild {
|
||||
|
||||
Reference in New Issue
Block a user