From 3b673817793cc05ebb42aee09d652b98810f723d Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Sun, 6 Mar 2022 20:44:40 +0100 Subject: [PATCH] sm8250-common: build sdm common livedisplay for picture adjustment --- manifest.xml | 9 +++++++++ sm8250.mk | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/manifest.xml b/manifest.xml index 16037d1..b28d248 100644 --- a/manifest.xml +++ b/manifest.xml @@ -222,6 +222,15 @@ default + + vendor.lineage.livedisplay + hwbinder + 2.0 + + IPictureAdjustment + default + + vendor.qti.data.factory hwbinder diff --git a/sm8250.mk b/sm8250.mk index 514dcb1..29197c3 100644 --- a/sm8250.mk +++ b/sm8250.mk @@ -248,6 +248,10 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ android.hardware.lights-service.motokona +# LiveDisplay +PRODUCT_PACKAGES += \ + vendor.lineage.livedisplay@2.0-service-sdm + # Media PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/media/media_codecs.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs.xml \