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

Commit 523616a2 authored by markchien's avatar markchien
Browse files

Override tethering module APK-in-APEX for Go variant

Bug: 155604224
Test: build
Change-Id: I4147173b5f3668491ff9cb7f1f86715b036d6d4b
parent cd63a66f
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",
    ],
}