From 1938f4a6173cceda95189f47cb60e5261af2b1c4 Mon Sep 17 00:00:00 2001 From: dianlujitao Date: Wed, 26 Feb 2020 22:14:11 +0800 Subject: sdm660-common: Enable CABC via livedisplay Change-Id: I9292a62dc0b4a670ed6a4367ecd9a6e62058a5ae --- configs/manifests/manifest.xml | 4 ++++ configs/manifests/vendor_framework_compatibility_matrix.xml | 4 ++++ sdm660.mk | 3 ++- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/configs/manifests/manifest.xml b/configs/manifests/manifest.xml index b47adcf..c019741 100644 --- a/configs/manifests/manifest.xml +++ b/configs/manifests/manifest.xml @@ -819,6 +819,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. vendor.lineage.livedisplay hwbinder 2.0 + + IAdaptiveBacklight + default + IDisplayModes default diff --git a/configs/manifests/vendor_framework_compatibility_matrix.xml b/configs/manifests/vendor_framework_compatibility_matrix.xml index 76d572c..e6da0e6 100644 --- a/configs/manifests/vendor_framework_compatibility_matrix.xml +++ b/configs/manifests/vendor_framework_compatibility_matrix.xml @@ -817,6 +817,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. vendor.lineage.livedisplay 2.0 + + IAdaptiveBacklight + default + IDisplayModes default diff --git a/sdm660.mk b/sdm660.mk index 36e7bc4..77a1e67 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -304,7 +304,8 @@ PRODUCT_PACKAGES += \ # LiveDisplay native PRODUCT_PACKAGES += \ - vendor.lineage.livedisplay@2.0-service-sdm + vendor.lineage.livedisplay@2.0-service-sdm \ + vendor.lineage.livedisplay@2.0-service-sysfs # Media PRODUCT_COPY_FILES += \ -- cgit v1.2.3