Fix link error in android.hardware.health@1.0-impl am: 4e27e0f5a2

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1322909

Change-Id: I4e6e0ecebb0fb502a58dd908df9e421164c36c7a
This commit is contained in:
Bill Peckham
2020-06-18 00:15:24 +00:00
committed by Automerger Merge Worker

View File

@@ -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 {