Merge "Add bootclasspath_fragment." am: d9de9d783b

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1705545

Change-Id: I88a6bed52cf6ca7ebd3419742af7524e935e635d
This commit is contained in:
Treehugger Robot
2021-05-20 09:53:17 +00:00
committed by Automerger Merge Worker

View File

@@ -24,8 +24,10 @@ apex {
// cannot build as updatable unless service-connectivity builds against stable API).
updatable: false,
// min_sdk_version: "30",
bootclasspath_fragments: [
"com.android.tethering-bootclasspath-fragment",
],
java_libs: [
"framework-tethering",
"service-connectivity",
],
jni_libs: [
@@ -56,6 +58,13 @@ 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-tethering"],
apex_available: ["com.android.tethering"],
}
override_apex {
name: "com.android.tethering.inprocess",
base: "com.android.tethering",