Merge "Enable tethering to perform its own hidden API processing"

This commit is contained in:
Paul Duffin
2021-06-30 08:19:02 +00:00
committed by Gerrit Code Review

View File

@@ -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 {