commit | 4e27e0f5a2b7fe94e9deeb8fe01031be5b2a5703 | [log] [tgz] |
---|---|---|
author | Bill Peckham <bpeckham@google.com> | Wed Jun 03 17:31:16 2020 -0700 |
committer | Bill Peckham <bpeckham@google.com> | Wed Jun 17 21:03:59 2020 +0000 |
tree | 50338ea9cdb6916f944e6c5e34328d258cffc280 | |
parent | 3722d6dcfae47d0e92c495d0fe81b7ff133d51ef [diff] [blame] |
Fix link error in android.hardware.health@1.0-impl Bug: 158134286 Change-Id: If5a1f0b7a76c3faf176a5a85be2f877b40c613a7
diff --git a/health/1.0/default/Android.bp b/health/1.0/default/Android.bp index 7581335..b815eae 100644 --- a/health/1.0/default/Android.bp +++ b/health/1.0/default/Android.bp
@@ -51,6 +51,12 @@ "android.hardware.health@1.0-convert", "libhealthd.default", ], + + shared_libs: [ + "libhidlbase", + "libutils", + "android.hardware.health@1.0", + ], } cc_binary {