sdm710-common: Add some system props from stock
This commit is contained in:
parent
9734d3aed8
commit
2cae618f55
2 changed files with 12 additions and 0 deletions
|
@ -60,6 +60,9 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/configs/qti_whitelist.xml:system/etc/sysconfig/qti_whitelist.xml \
|
||||
$(LOCAL_PATH)/permissions/privapp-permissions-qti.xml:system/etc/permissions/privapp-permissions-qti.xml
|
||||
|
||||
# System properties
|
||||
-include $(LOCAL_PATH)/system_prop.mk
|
||||
|
||||
# Telephony
|
||||
PRODUCT_PACKAGES += \
|
||||
telephony-ext
|
||||
|
|
9
system_prop.mk
Normal file
9
system_prop.mk
Normal file
|
@ -0,0 +1,9 @@
|
|||
# CNE
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.cne.feature=1
|
||||
|
||||
# Perf
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.qti.core_ctl_max_cpu=4 \
|
||||
ro.vendor.qti.core_ctl_min_cpu=2
|
||||
|
Loading…
Reference in a new issue