7d8256a304
* Frameworks support was recently added
12 lines
409 B
Makefile
12 lines
409 B
Makefile
# Powerhint
|
|
PRODUCT_COPY_FILES += \
|
|
$(VENDOR_PATH)/configs/powerhint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.xml
|
|
|
|
# Public Libraries
|
|
PRODUCT_COPY_FILES += \
|
|
$(VENDOR_PATH)/configs/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
|
|
|
|
# Properties
|
|
PRODUCT_PROPERTY_OVERRIDES += \
|
|
ro.vendor.extension_library=libqti-perfd-client.so \
|
|
ro.vendor.qti.sys.fw.bg_apps_limit=60
|