Merge "Add bootclasspath_fragment." into sc-dev

This commit is contained in:
Artur Satayev
2021-05-18 14:06:03 +00:00
committed by Android (Google) Code Review

View File

@@ -23,9 +23,10 @@ apex {
compile_multilib: "both",
updatable: true,
min_sdk_version: "30",
bootclasspath_fragments: [
"com.android.tethering-bootclasspath-fragment",
],
java_libs: [
"framework-connectivity",
"framework-tethering",
"service-connectivity",
],
multilib: {
@@ -61,6 +62,16 @@ android_app_certificate {
certificate: "com.android.tethering",
}
// Encapsulate the contributions made by the com.android.tethering to the bootclasspath.
bootclasspath_fragment {
name: "com.android.tethering-bootclasspath-fragment",
contents: [
"framework-connectivity",
"framework-tethering",
],
apex_available: ["com.android.tethering"],
}
override_apex {
name: "com.android.tethering.inprocess",
base: "com.android.tethering",