From 4e27e0f5a2b7fe94e9deeb8fe01031be5b2a5703 Mon Sep 17 00:00:00 2001 From: Bill Peckham Date: Wed, 3 Jun 2020 17:31:16 -0700 Subject: [PATCH] Fix link error in android.hardware.health@1.0-impl Bug: 158134286 Change-Id: If5a1f0b7a76c3faf176a5a85be2f877b40c613a7 --- health/1.0/default/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/health/1.0/default/Android.bp b/health/1.0/default/Android.bp index 7581335a3a..b815eae3b1 100644 --- a/health/1.0/default/Android.bp +++ b/health/1.0/default/Android.bp @@ -51,6 +51,12 @@ cc_library_shared { "android.hardware.health@1.0-convert", "libhealthd.default", ], + + shared_libs: [ + "libhidlbase", + "libutils", + "android.hardware.health@1.0", + ], } cc_binary {