summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/device-common.mk b/device-common.mk
index 40cb0e39..12d3d0ef 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -95,7 +95,9 @@ PRODUCT_PACKAGES += android.hardware.bluetooth@1.0-service.btlinux
endif
# PowerHAL
-PRODUCT_PACKAGES += android.hardware.power@1.0-impl
+PRODUCT_PACKAGES += \
+ android.hardware.power@1.1-impl \
+ android.hardware.power@1.1-service.hikey-common
#GNSS HAL
PRODUCT_PACKAGES += \
@@ -228,7 +230,6 @@ PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0.vndk-sp\
android.hardware.graphics.mapper@2.0.vndk-sp\
android.hardware.graphics.common@1.0.vndk-sp\
- android.hardware.power@1.0.vndk-sp\
libvndksupport.vndk-sp\
libbinder.vndk-sp\
libhwbinder.vndk-sp\