diff options
| author | 2022-10-05 13:16:23 +0000 | |
|---|---|---|
| committer | 2022-10-05 13:20:10 +0000 | |
| commit | 482f91c8e375bec809a74c8e0ff09463e3312111 (patch) | |
| tree | 58514e3d0e359f380c08b4bf8f8d52d69dca50be /boot | |
| parent | 38be8a6db7b52d94022612c2c11c54c93bba5e62 (diff) | |
Add configinfrastructure to platform_bootclasspath
Test: m configinfrastructure-sdk
Bug: 248552678
Change-Id: Ic7c7f18c281b376eb84e07114343fd8eb719c52e
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/Android.bp b/boot/Android.bp index 7e55b3bfed6a..9fdb9bc6506a 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -64,6 +64,10 @@ platform_bootclasspath { module: "com.android.btservices-bootclasspath-fragment", }, { + apex: "com.android.configinfrastructure", + module: "com.android.configinfrastructure-bootclasspath-fragment", + }, + { apex: "com.android.conscrypt", module: "com.android.conscrypt-bootclasspath-fragment", }, |