build: 分包
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:sharedUserId="android.uid.system">
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
||||
4
WebRTCControlled/app/src/system/AndroidManifest.xml
Normal file
4
WebRTCControlled/app/src/system/AndroidManifest.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:sharedUserId="android.uid.system">
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user