diff options
author | Artur Satayev <satayev@google.com> | 2021-05-20 22:08:05 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2021-05-20 22:08:05 +0000 |
commit | d6999024478be444dbb66d38325ffb56600893da (patch) | |
tree | 45fad4ed6ade6d4df8d360012b7a7446cd1d77fe /boot | |
parent | 5eef4114802da5e5386f8092098551b2a2f52db3 (diff) | |
parent | f14149e81a23a4c2a2b3c14326d16a6aac3ec049 (diff) |
Merge "Add bootclasspath_fragments to platform-bootclasspath." into sc-dev
Diffstat (limited to 'boot')
-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. |