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 \