Merge "Using common apex_defaults for com.android.tethering module." am: 6802eadef5
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2007756 Change-Id: I2ff4e2d44bc8787c9a07027147d1adea1df4c1b4
This commit is contained in:
@@ -38,10 +38,11 @@ enable_tethering_next_apex = false
|
||||
|
||||
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",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user