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
This commit is contained in:
Steven Moreland
2017-05-11 09:14:59 -07:00
parent 431de3ae0a
commit eaebef21f0

View File

@@ -27,6 +27,7 @@ cc_binary {
"libhardware",
"libhidlbase",
"libhidltransport",
"android.hardware.power@1.0",
"android.hardware.power@1.1",
],
}