Merge "Using common apex_defaults for com.android.tethering module."

This commit is contained in:
Gurpreet Singh
2022-03-07 17:32:37 +00:00
committed by Gerrit Code Review

View File

@@ -38,10 +38,11 @@ enable_tethering_next_apex = true
apex { apex {
name: "com.android.tethering", name: "com.android.tethering",
defaults: ["ConnectivityApexDefaults"], defaults: [
"ConnectivityApexDefaults",
"r-launched-apex-module",
],
compile_multilib: "both", compile_multilib: "both",
updatable: true,
min_sdk_version: "30",
bootclasspath_fragments: [ bootclasspath_fragments: [
"com.android.tethering-bootclasspath-fragment", "com.android.tethering-bootclasspath-fragment",
], ],