Refactor AndroidManifest.

Playstore flavor is now removed. Instead, another "record" flavor added:
* `embedNoRecord` - Embed version without recording support.
* `embedRecord` - Embed version with recording support.
* `normalNoRecord` - Normal version without recording support.
* `normalRecord` - Normal version with recording support.
This commit is contained in:
Miku AuahDark
2021-12-05 11:44:47 +08:00
parent a3fc057064
commit c9831be4a4
8 changed files with 105 additions and 123 deletions
-8
View File
@@ -78,9 +78,6 @@ android {
normal {
dimension 'mode'
}
playstore {
dimension 'mode'
}
embed {
dimension 'mode'
resValue 'bool', 'embed', 'true'
@@ -94,11 +91,6 @@ android {
srcDirs += retrieveAll3pModules()
}
}
playstore {
java {
srcDir 'src/normal/java'
}
}
}
externalNativeBuild {
ndkBuild {