Merge "Enable tethering to perform its own hidden API processing" am: d8a8041ffc
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1748800 Change-Id: I7885f619b84bc9a998697f2b68e8059c59476494
This commit is contained in:
@@ -67,6 +67,20 @@ bootclasspath_fragment {
|
|||||||
name: "com.android.tethering-bootclasspath-fragment",
|
name: "com.android.tethering-bootclasspath-fragment",
|
||||||
contents: ["framework-tethering"],
|
contents: ["framework-tethering"],
|
||||||
apex_available: ["com.android.tethering"],
|
apex_available: ["com.android.tethering"],
|
||||||
|
|
||||||
|
// The bootclasspath_fragments that provide APIs on which this depends.
|
||||||
|
fragments: [
|
||||||
|
{
|
||||||
|
apex: "com.android.art",
|
||||||
|
module: "art-bootclasspath-fragment",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
|
// Additional stubs libraries that this fragment's contents use which are
|
||||||
|
// not provided by another bootclasspath_fragment.
|
||||||
|
additional_stubs: [
|
||||||
|
"android-non-updatable",
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
override_apex {
|
override_apex {
|
||||||
|
|||||||
Reference in New Issue
Block a user