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

Commit eaebef21 authored by Steven Moreland's avatar Steven Moreland
Browse files

Fix side branch build breakage.

Some branch is complaining:
error: undefined reference to 'android::hardware::power::V1_0::IPower::unlinkToDeath(android::sp<android::hardware::hidl_death_recipient> const&)'

Test: N/A
Test: works on master branch
Change-Id: Ifbd47fd47312e02e25eb326f374c71c7dceb2944
parent 431de3ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ cc_binary {
        "libhardware",
        "libhidlbase",
        "libhidltransport",
        "android.hardware.power@1.0",
        "android.hardware.power@1.1",
    ],
}