Merge "Using common apex_defaults for com.android.tethering module."
This commit is contained in:
@@ -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",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user