summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 += \