Merge "Dexopt service-connectivity." into stage-aosp-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
78a1e45e95
@@ -206,4 +206,5 @@ android_app {
|
||||
sdk {
|
||||
name: "tethering-module-sdk",
|
||||
bootclasspath_fragments: ["com.android.tethering-bootclasspath-fragment"],
|
||||
systemserverclasspath_fragments: ["com.android.tethering-systemserverclasspath-fragment"],
|
||||
}
|
||||
|
||||
@@ -44,8 +44,8 @@ apex {
|
||||
bootclasspath_fragments: [
|
||||
"com.android.tethering-bootclasspath-fragment",
|
||||
],
|
||||
java_libs: [
|
||||
"service-connectivity",
|
||||
systemserverclasspath_fragments: [
|
||||
"com.android.tethering-systemserverclasspath-fragment",
|
||||
],
|
||||
multilib: {
|
||||
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 {
|
||||
name: "com.android.tethering.inprocess",
|
||||
base: "com.android.tethering",
|
||||
|
||||
Reference in New Issue
Block a user