Merge "Enable appsearch to perform its own hidden API processing" into sc-dev am: 56dc119776
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15114531 Change-Id: I5773739b4c8d72882f3bf05d2a9161d092548d3b
This commit is contained in:
@@ -50,6 +50,20 @@ bootclasspath_fragment {
|
||||
name: "com.android.appsearch-bootclasspath-fragment",
|
||||
contents: ["framework-appsearch"],
|
||||
apex_available: ["com.android.appsearch"],
|
||||
|
||||
// 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",
|
||||
],
|
||||
}
|
||||
|
||||
// Encapsulate the contributions made by the com.android.appsearch to the systemserverclasspath.
|
||||
|
||||
Reference in New Issue
Block a user