sdm845-common: Import media_profiles_vendor.xml
* Modified to make it working with AOSP Change-Id: I921e195f512626237c5315bd4de0da63778da078
This commit is contained in:
parent
e6415f8b74
commit
6f47f5885e
3 changed files with 1225 additions and 0 deletions
|
@ -56,6 +56,10 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PACKAGES += \
|
||||
android.hardware.light@2.0-service.oneplus_sdm845
|
||||
|
||||
# Media
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/configs/media_profiles_vendor.xml:system/etc/media_profiles_vendor.xml
|
||||
|
||||
# Net
|
||||
PRODUCT_PACKAGES += \
|
||||
netutils-wrapper-1.0
|
||||
|
|
1217
configs/media_profiles_vendor.xml
Normal file
1217
configs/media_profiles_vendor.xml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -31,6 +31,10 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
iop.enable_prefetch_ofr=1 \
|
||||
iop.enable_uxe=0
|
||||
|
||||
# Media
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
media.settings.xml=/system/etc/media_profiles_vendor.xml
|
||||
|
||||
# Perf
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.vendor.qti.core_ctl_max_cpu=4 \
|
||||
|
|
Loading…
Reference in a new issue