Merge "Using common apex_defaults for com.android.tethering module." am: 6802eadef5 am: 3acad24476
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2007756
Change-Id: Ia43f04fea69819a5bbdc19a7efbdcb19b64d0ddf
diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp
index 8459a2c..dd04d6c 100644
--- a/Tethering/apex/Android.bp
+++ b/Tethering/apex/Android.bp
@@ -38,10 +38,11 @@
apex {
name: "com.android.tethering",
- defaults: ["ConnectivityApexDefaults"],
+ defaults: [
+ "ConnectivityApexDefaults",
+ "r-launched-apex-module",
+ ],
compile_multilib: "both",
- updatable: true,
- min_sdk_version: "30",
bootclasspath_fragments: [
"com.android.tethering-bootclasspath-fragment",
],