diff options
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/Android.bp b/Android.bp index 5677b6c2a..e97f71d70 100644 --- a/Android.bp +++ b/Android.bp @@ -127,19 +127,20 @@ cc_defaults { ], shared_libs: [ + "android.hardware.health@2.0", "libbase", "libbootloader_message", "libcrypto", - "libcrypto_utils", "libcutils", "libext4_utils", "libfs_mgr", "libfusesideload", "libhidl-gen-utils", + "libhidlbase", + "libhidltransport", "liblog", "libpng", "libselinux", - "libsparse", "libtinyxml2", "libutils", "libz", @@ -151,20 +152,11 @@ cc_defaults { "libminui", "libverifier", "libotautil", + + // external dependencies + "libhealthhalutils", "libvintf_recovery", "libvintf", - - // TODO(b/80132328): Remove the dependency on static health HAL. - "libhealthd.default", - "android.hardware.health@2.0-impl", - "android.hardware.health@2.0", - "android.hardware.health@1.0", - "android.hardware.health@1.0-convert", - "libhealthstoragedefault", - "libhidltransport", - "libhidlbase", - "libhwbinder_noltopgo", - "libbatterymonitor", ], } |