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