build: 分包

This commit is contained in:
2026-07-14 17:13:23 +08:00
parent 67c7e48190
commit 0e210416e9
3 changed files with 12 additions and 2 deletions

View File

@@ -33,6 +33,13 @@ android {
aidl true
}
sourceSets {
zhanRuiDebug.manifest.srcFile 'src/system/AndroidManifest.xml'
zhanRuiRelease.manifest.srcFile 'src/system/AndroidManifest.xml'
CrosshatchDebug.manifest.srcFile 'src/system/AndroidManifest.xml'
CrosshatchRelease.manifest.srcFile 'src/system/AndroidManifest.xml'
}
signingConfigs {
keypub {
storeFile file(rootProject.ext.signingConfigs.keypub.storeFile)