diff options
| author | 2022-09-06 10:47:37 +0000 | |
|---|---|---|
| committer | 2022-09-06 10:47:37 +0000 | |
| commit | bdc7f99df48a1d566664bcc4fbafdcadebc17b57 (patch) | |
| tree | bf487195d7183b301352cc683f585e5e5aa67ac7 | |
| parent | 8cd2aceefc795f2c3a270defbd21e535ce7fb815 (diff) | |
Add Health Connect library to bootclasspath.
Test: build
Bug: 244547761
Change-Id: I4c3e0285d4fb3a1e540c3820a7b0e94a2685219f
| -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 3f14ebc4fd92..bb844942b8a7 100644 --- a/boot/Android.bp +++ b/boot/Android.bp @@ -68,6 +68,10 @@ platform_bootclasspath { module: "com.android.conscrypt-bootclasspath-fragment", }, { + apex: "com.android.healthconnect", + module: "com.android.healthconnect-bootclasspath-fragment", + }, + { apex: "com.android.i18n", module: "i18n-bootclasspath-fragment", }, |