summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2020-02-26 22:14:11 +0800
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:49:34 +0300
commit1938f4a6173cceda95189f47cb60e5261af2b1c4 (patch)
treef703a340bb52710a95774b3d994e854a0834ab89
parentcda6bb7dd8a70d805a01b0f03c95cafe7b4366f1 (diff)
sdm660-common: Enable CABC via livedisplay
Change-Id: I9292a62dc0b4a670ed6a4367ecd9a6e62058a5ae
-rw-r--r--configs/manifests/manifest.xml4
-rw-r--r--configs/manifests/vendor_framework_compatibility_matrix.xml4
-rw-r--r--sdm660.mk3
3 files changed, 10 insertions, 1 deletions
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
@@ -820,6 +820,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
+ <name>IAdaptiveBacklight</name>
+ <instance>default</instance>
+ </interface>
+ <interface>
<name>IDisplayModes</name>
<instance>default</instance>
</interface>
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
@@ -818,6 +818,10 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<name>vendor.lineage.livedisplay</name>
<version>2.0</version>
<interface>
+ <name>IAdaptiveBacklight</name>
+ <instance>default</instance>
+ </interface>
+ <interface>
<name>IDisplayModes</name>
<instance>default</instance>
</interface>
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 += \