From 595adc05e839c9855298138e979210eef74cca69 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Mon, 11 May 2020 13:18:29 +0900 Subject: [PATCH] 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. Exempt-From-Owner-Approval: CP from AOSP Bug: 145796956 Bug: 150999716 Test: m Merged-In: I655211e0b9aa4bd7cb3718b6f567f0aa1a0176a5 Change-Id: I655211e0b9aa4bd7cb3718b6f567f0aa1a0176a5 (cherry picked from commit ace605ef568fecfe148d2785f4681c9c858487aa) --- Tethering/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tethering/Android.bp b/Tethering/Android.bp index 735dd17933..1ee017be50 100644 --- a/Tethering/Android.bp +++ b/Tethering/Android.bp @@ -115,6 +115,7 @@ android_app { // InProcessTethering is a replacement for Tethering overrides: ["Tethering"], apex_available: ["com.android.tethering"], + min_sdk_version: "current", } // Updatable tethering packaged as an application