2018-05-25 21:49:11 +00:00
|
|
|
# Powerhint
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
$(VENDOR_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
|
|
|
|
|
2018-02-18 22:00:04 +00:00
|
|
|
# Public Libraries
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
$(VENDOR_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
|
|
|
|
2016-10-29 17:44:10 +00:00
|
|
|
# Properties
|
|
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
2018-03-12 17:31:01 +00:00
|
|
|
ro.vendor.extension_library=libqti-perfd-client.so \
|
|
|
|
ro.vendor.qti.sys.fw.bg_apps_limit=60
|