Merge "InProcessTethering: set min_sdk_version" am: 932b0b27b6

Change-Id: I0a824c6f6cc10faf3ced1135ab288c2ff2e94e8b
This commit is contained in:
Treehugger Robot
2020-05-11 09:34:42 +00:00
committed by Automerger Merge Worker

View File

@@ -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