|
@@ -116,6 +116,13 @@ PRODUCT_PACKAGES += \
|
|
# Partitions
|
|
# Partitions
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|
PRODUCT_USE_DYNAMIC_PARTITIONS := true
|
|
|
|
|
|
|
|
+# Power
|
|
|
|
+PRODUCT_PACKAGES += \
|
|
|
|
+ android.hardware.power-service-qti
|
|
|
|
+
|
|
|
|
+PRODUCT_COPY_FILES += \
|
|
|
|
+ vendor/qcom/opensource/power/config/taro/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
|
|
|
|
+
|
|
# Recovery
|
|
# Recovery
|
|
PRODUCT_COPY_FILES += \
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/rootdir/etc/init.recovery.qcom.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.qcom.rc
|
|
$(LOCAL_PATH)/rootdir/etc/init.recovery.qcom.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.qcom.rc
|