Loading apex/appsearch/Android.bp +14 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,20 @@ bootclasspath_fragment { name: "com.android.appsearch-bootclasspath-fragment", name: "com.android.appsearch-bootclasspath-fragment", contents: ["framework-appsearch"], contents: ["framework-appsearch"], apex_available: ["com.android.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. // Encapsulate the contributions made by the com.android.appsearch to the systemserverclasspath. Loading Loading
apex/appsearch/Android.bp +14 −0 Original line number Original line Diff line number Diff line Loading @@ -50,6 +50,20 @@ bootclasspath_fragment { name: "com.android.appsearch-bootclasspath-fragment", name: "com.android.appsearch-bootclasspath-fragment", contents: ["framework-appsearch"], contents: ["framework-appsearch"], apex_available: ["com.android.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. // Encapsulate the contributions made by the com.android.appsearch to the systemserverclasspath. Loading