diff options
-rw-r--r-- | boot/Android.bp | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/boot/Android.bp b/boot/Android.bp index 3caede47d859..e8d88a531b5b 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -48,13 +48,57 @@ platform_bootclasspath { // 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. |