From d2fc242c3408c355cc1fe1d0f2abf4cff6af0b10 Mon Sep 17 00:00:00 2001 From: Lingfeng Yang Date: Mon, 1 May 2017 14:21:59 -0700 Subject: [PATCH] Add android.hardware.power service+impl and power.ranchu Bug: 37302997 Bug: 37863919 Change-Id: Ifc79b3498c48cf4b8ff5db433064a3bf9edc041b (cherry picked from commit bc02d4274fde079d97fe18f5a0974a20757f3827) --- target/product/emulator.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/target/product/emulator.mk b/target/product/emulator.mk index c91a2a7bc..04aae585f 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -51,6 +51,7 @@ PRODUCT_PACKAGES += \ android.hardware.audio@2.0-service \ vibrator.goldfish \ power.goldfish \ + power.ranchu \ fingerprint.ranchu \ android.hardware.biometrics.fingerprint@2.1-service \ sensors.ranchu \ @@ -76,6 +77,10 @@ PRODUCT_PACKAGES += \ android.hardware.sensors@1.0-impl \ android.hardware.sensors@1.0-service +PRODUCT_PACKAGES += \ + android.hardware.power@1.0-service \ + android.hardware.power@1.0-impl + # camera service treble disable until all backwards compat is complete PRODUCT_PROPERTY_OVERRIDES += \ camera.disable_treble=1