diff --git a/boot/Android.bp b/boot/Android.bp index 3caede47d8591..e8d88a531b5b1 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -47,14 +47,58 @@ platform_bootclasspath { // The bootclasspath_fragments that contribute to the platform // bootclasspath. fragments: [ + { + apex: "com.android.appsearch", + module: "com.android.appsearch-bootclasspath-fragment", + }, { apex: "com.android.art", module: "art-bootclasspath-fragment", }, + { + apex: "com.android.conscrypt", + module: "com.android.conscrypt-bootclasspath-fragment", + }, { apex: "com.android.i18n", module: "i18n-bootclasspath-fragment", }, + { + apex: "com.android.ipsec", + module: "com.android.ipsec-bootclasspath-fragment", + }, + { + apex: "com.android.media", + module: "com.android.media-bootclasspath-fragment", + }, + { + apex: "com.android.mediaprovider", + module: "com.android.mediaprovider-bootclasspath-fragment", + }, + { + apex: "com.android.os.statsd", + module: "com.android.os.statsd-bootclasspath-fragment", + }, + { + apex: "com.android.permission", + module: "com.android.permission-bootclasspath-fragment", + }, + { + apex: "com.android.scheduling", + module: "com.android.scheduling-bootclasspath-fragment", + }, + { + apex: "com.android.sdkext", + module: "com.android.sdkext-bootclasspath-fragment", + }, + { + apex: "com.android.tethering", + module: "com.android.tethering-bootclasspath-fragment", + }, + { + apex: "com.android.wifi", + module: "com.android.wifi-bootclasspath-fragment", + }, ], // Additional information needed by hidden api processing.