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

Commit c766c8e7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Override tethering module APK-in-APEX for Go variant"

parents 9689dd42 1440776e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,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",
    ],
}