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

Commit ace605ef authored by Jooyung Han's avatar Jooyung Han
Browse files

InProcessTethering: set min_sdk_version

Modules contributing mainline modules (APK/APEX) should set
min_sdk_version as well as apex_available.

InProcessTethering is a part of com.android.tethering.inprocess,
therefore min_sdk_version is set.

Bug: 145796956
Bug: 150999716
Test: m
Change-Id: I655211e0b9aa4bd7cb3718b6f567f0aa1a0176a5
parent 97e6f46c
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -114,6 +114,7 @@ android_app {
    // InProcessTethering is a replacement for Tethering
    // InProcessTethering is a replacement for Tethering
    overrides: ["Tethering"],
    overrides: ["Tethering"],
    apex_available: ["com.android.tethering"],
    apex_available: ["com.android.tethering"],
    min_sdk_version: "current",
}
}


// Updatable tethering packaged as an application
// Updatable tethering packaged as an application