Revert "Revert "common: perf: Enable the pre-rendering feature.""
This should be fixed by7d7ab89f28
This reverts commitf4e58c414b
. Change-Id: If3c04a11d9f8d7595fd646233ee616ed1d38d0ed
This commit is contained in:
parent
c9e46bbc01
commit
70690661df
|
@ -70,5 +70,10 @@ PRODUCT_VENDOR_PROPERTIES += vendor.pasr.activemode.enabled=true
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(TARGET_KERNEL_VERSION),5.4)
|
||||||
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
ro.vendor.perf.scroll_opt=true
|
||||||
|
endif
|
||||||
|
|
||||||
# Get non-open-source specific aspects
|
# Get non-open-source specific aspects
|
||||||
$(call inherit-product-if-exists, vendor/qcom/common/vendor/perf/perf-vendor.mk)
|
$(call inherit-product-if-exists, vendor/qcom/common/vendor/perf/perf-vendor.mk)
|
||||||
|
|
Loading…
Reference in New Issue