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

Commit b803e2aa authored by Bill Peckham's avatar Bill Peckham Committed by Automerger Merge Worker
Browse files

Fix link error in android.hardware.health@1.0-impl am: 4e27e0f5 am: 9046a202 am: 2dfd691e

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

Change-Id: I4e81e8f1f5d21de3dd21c14127a822dce3246c07
parents 00f5899e 2dfd691e
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 {