Merge "Enable tethering to perform its own hidden API processing"
This commit is contained in:
@@ -67,6 +67,20 @@ bootclasspath_fragment {
|
||||
name: "com.android.tethering-bootclasspath-fragment",
|
||||
contents: ["framework-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 {
|
||||
|
||||
Reference in New Issue
Block a user