Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e03ef929 authored by Mark Chien's avatar Mark Chien Committed by Automerger Merge Worker
Browse files

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

Merge "Override tethering module APK-in-APEX for Go variant" into rvc-dev am: 60f6dc69 am: 5d236a37

Change-Id: Ia4ce1990845498073d2e4289d4611d15a899f353
parents 98e98aee 5d236a37
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ android_app {
    manifest: "AndroidManifest_InProcess.xml",
    // InProcessTethering is a replacement for Tethering
    overrides: ["Tethering"],
    apex_available: ["com.android.tethering"],
}

// Updatable tethering packaged as an application
+9 −0
Original line number Diff line number Diff line
@@ -36,3 +36,12 @@ android_app_certificate {
    name: "com.android.tethering.certificate",
    certificate: "com.android.tethering",
}

override_apex {
    name: "com.android.tethering.inprocess",
    base: "com.android.tethering",
    package_name: "com.android.tethering.inprocess",
    apps: [
        "InProcessTethering",
    ],
}