From 030df1de92f7dd079cb4e1a294f734bff954ae13 Mon Sep 17 00:00:00 2001 From: Giammarco Senatore Date: Thu, 19 Aug 2021 13:24:45 +0200 Subject: [PATCH] Revert "kunlun2: drop livedisplay" This reverts commit 835641f2cfa28773bb89d9fd12efdcb5b5ed288b. And remove sunlight --- manifest.xml | 13 +++++++++++++ sdm710.mk | 6 ++++++ 2 files changed, 19 insertions(+) diff --git a/manifest.xml b/manifest.xml index 7eb6a6e..02648d7 100644 --- a/manifest.xml +++ b/manifest.xml @@ -661,4 +661,17 @@ @2.1::IRTPService/imsrtpservice + + vendor.lineage.livedisplay + hwbinder + 2.0 + + IDisplayModes + default + + + IPictureAdjustment + default + + diff --git a/sdm710.mk b/sdm710.mk index 2fcd176..7707f13 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -221,6 +221,12 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.light@2.0-service.lenovo_sdm710 +# Livedisplay +ifeq ($(findstring Plus, $(CUSTOM_VERSION)),) +PRODUCT_PACKAGES += \ + vendor.lineage.livedisplay@2.0-service-sdm +endif + # Media PRODUCT_PACKAGES += \ libavservices_minijail \