Update make file for power service

* Add dpendency on android.hardware.power@1.0, this is required for
  coverage build.

Test: lunch walleye_coverage-userdebug
      make android.hardware.power@1.1-service.wahoo
Change-Id: I3424f4052e6927ee3825512cb5ba898345ce275f
This commit is contained in:
Zhuoyao Zhang
2017-12-01 14:03:10 -08:00
parent 70e630035c
commit efcc5bf361

View File

@@ -53,6 +53,8 @@ LOCAL_SHARED_LIBRARIES := \
libhidltransport \
libhardware \
libutils \
android.hardware.power@1.0 \
android.hardware.power@1.1 \
android.hardware.power@1.2 \
include $(BUILD_EXECUTABLE)