android_device_lenovo_karate/product/qcom-perf.mk
Zhao Wei Liew 8ccdb7d6be land: Remove dependency on QCOM post-boot shell script
Refactor all the relevant stuff to init.qcom.power.rc

Change-Id: I6a4a60a8da01e392885ce302300ab0a25d8b30ad
2016-11-03 14:52:10 +08:00

16 lines
456 B
Makefile

# IRQ balance
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/msm_irqbalance.conf:system/vendor/etc/msm_irqbalance.conf
# Init scripts
PRODUCT_PACKAGES += \
init.qcom.power.rc
# Properties
PRODUCT_PROPERTY_OVERRIDES += \
ro.am.reschedule_service=true \
ro.core_ctl_min_cpu=2 \
ro.core_ctl_max_cpu=4 \
ro.vendor.at_library=libqti-at.so \
ro.vendor.extension_library=libqti-perfd-client.so \
ro.vendor.gt_library=libqti-gt.so