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

Commit 99196a3e authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Fix build.

Missing libhidlbase library.

Test: builds
Change-Id: I9129b90ac45d231c171e9740441b4cf8d8bd9688
parent a5d52cb2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ cc_test {
    srcs: ["light_hidl_hal_test.cpp"],
    shared_libs: [
        "libbase",
        "libhidlbase",
        "liblog",
        "libutils",
        "android.hardware.light@2.0",