Merge "Override tethering module APK-in-APEX for Go variant" into rvc-dev am: cca6aad882

Change-Id: Ib0d07f544a37d24f08355f3e3a2afa73fb43868d
This commit is contained in:
Mark Chien
2020-05-07 15:31:50 +00:00
committed by Automerger Merge Worker
2 changed files with 10 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ android_app {
manifest: "AndroidManifest_InProcess.xml", manifest: "AndroidManifest_InProcess.xml",
// InProcessTethering is a replacement for Tethering // InProcessTethering is a replacement for Tethering
overrides: ["Tethering"], overrides: ["Tethering"],
apex_available: ["com.android.tethering"],
} }
// Updatable tethering packaged as an application // Updatable tethering packaged as an application

View File

@@ -36,3 +36,12 @@ android_app_certificate {
name: "com.android.tethering.certificate", name: "com.android.tethering.certificate",
certificate: "com.android.tethering", certificate: "com.android.tethering",
} }
override_apex {
name: "com.android.tethering.inprocess",
base: "com.android.tethering",
package_name: "com.android.tethering.inprocess",
apps: [
"InProcessTethering",
],
}