diff options
| -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", }, |