Loading apex/appsearch/Android.bp +8 −1 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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"], } Loading
apex/appsearch/Android.bp +8 −1 Original line number Diff line number Diff line Loading @@ -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", Loading @@ -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"], }