Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54e44fdb authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add bootclasspath_fragment." into sc-dev am: b65503ec

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14516149

Change-Id: I9f5ff41f522e9fedd655e82a1a3d90ab6ef69335
parents ca8e7c5f b65503ec
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -24,8 +24,8 @@ package {
apex {
    name: "com.android.appsearch",
    manifest: "apex_manifest.json",
    bootclasspath_fragments: ["com.android.appsearch-bootclasspath-fragment"],
    java_libs: [
        "framework-appsearch",
        "service-appsearch",
    ],
    key: "com.android.appsearch.key",
@@ -45,3 +45,10 @@ android_app_certificate {
    // com.android.appsearch.pk8 (the private key)
    certificate: "com.android.appsearch",
}

// Encapsulate the contributions made by the com.android.appsearch to the bootclasspath.
bootclasspath_fragment {
    name: "com.android.appsearch-bootclasspath-fragment",
    contents: ["framework-appsearch"],
    apex_available: ["com.android.appsearch"],
}