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

Commit 9046a202 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

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

Change-Id: I4e6e0ecebb0fb502a58dd908df9e421164c36c7a
parents 3811c0e8 4e27e0f5
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 {