Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e27e0f5 authored by Bill Peckham's avatar Bill Peckham
Browse files

Fix link error in android.hardware.health@1.0-impl

Bug: 158134286
Change-Id: If5a1f0b7a76c3faf176a5a85be2f877b40c613a7
parent 3722d6dc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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 {