Merge "Dexopt service-connectivity."

This commit is contained in:
Treehugger Robot
2021-12-22 13:10:21 +00:00
committed by Gerrit Code Review
2 changed files with 9 additions and 2 deletions

View File

@@ -206,4 +206,5 @@ android_app {
sdk { sdk {
name: "tethering-module-sdk", name: "tethering-module-sdk",
bootclasspath_fragments: ["com.android.tethering-bootclasspath-fragment"], bootclasspath_fragments: ["com.android.tethering-bootclasspath-fragment"],
systemserverclasspath_fragments: ["com.android.tethering-systemserverclasspath-fragment"],
} }

View File

@@ -44,8 +44,8 @@ apex {
bootclasspath_fragments: [ bootclasspath_fragments: [
"com.android.tethering-bootclasspath-fragment", "com.android.tethering-bootclasspath-fragment",
], ],
java_libs: [ systemserverclasspath_fragments: [
"service-connectivity", "com.android.tethering-systemserverclasspath-fragment",
], ],
multilib: { multilib: {
first: { first: {
@@ -114,6 +114,12 @@ bootclasspath_fragment {
}, },
} }
systemserverclasspath_fragment {
name: "com.android.tethering-systemserverclasspath-fragment",
standalone_contents: ["service-connectivity"],
apex_available: ["com.android.tethering"],
}
override_apex { override_apex {
name: "com.android.tethering.inprocess", name: "com.android.tethering.inprocess",
base: "com.android.tethering", base: "com.android.tethering",