Merge "InProcessTethering: set min_sdk_version" am: 932b0b27b6 am: 2e6ffb2465

Change-Id: Id459eb2852e451c62c015e033f75df58dbd43204
This commit is contained in:
Treehugger Robot
2020-05-11 09:52:22 +00:00
committed by Automerger Merge Worker

View File

@@ -115,6 +115,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