Merge "Add android.hardware.power service+impl and power.ranchu" into oc-dev
diff --git a/target/product/emulator.mk b/target/product/emulator.mk
index c91a2a7..04aae58 100644
--- a/target/product/emulator.mk
+++ b/target/product/emulator.mk
@@ -51,6 +51,7 @@
     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 @@
 	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