diff --git a/manifest.xml b/manifest.xml
index c36b1e4..c870d7c 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -355,6 +355,15 @@
default
+
+ vendor.lineage.livedisplay
+ hwbinder
+ 1.0
+
+ IColor
+ default
+
+
vendor.lineage.power
hwbinder
diff --git a/product/display.mk b/product/display.mk
index 2a48c5f..62d9aed 100644
--- a/product/display.mk
+++ b/product/display.mk
@@ -15,10 +15,6 @@ PRODUCT_AAPT_PREBUILT_DPI := hdpi
PRODUCT_PACKAGES += \
LineageDoze
-# Display calibration
-PRODUCT_PACKAGES += \
- libjni_livedisplay
-
# Display HAL
PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \
@@ -29,6 +25,10 @@ PRODUCT_PACKAGES += \
android.hardware.memtrack@1.0-impl \
android.hardware.memtrack@1.0-service
+# LiveDisplay native
+PRODUCT_PACKAGES += \
+ vendor.lineage.livedisplay@1.0-service-sdm
+
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml