sm8350-common: Drop SDM LiveDisplay service

* We switched to AOSP colors so messing with color calibration will
  confuse QDCM

Change-Id: Ia22c4c06e922d1b7f9c60b257299634333cc3fe4
This commit is contained in:
Sebastiano Barezzi 2022-11-24 23:30:29 +01:00 committed by Arian
parent 33ad994764
commit 4e4a00634b
3 changed files with 0 additions and 16 deletions

View File

@ -69,7 +69,6 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \
DEVICE_MANIFEST_FILE := \ DEVICE_MANIFEST_FILE := \
$(COMMON_PATH)/hidl/manifest_lahaina.xml \ $(COMMON_PATH)/hidl/manifest_lahaina.xml \
$(COMMON_PATH)/hidl/manifest_lineage.xml \
$(COMMON_PATH)/hidl/manifest_xiaomi.xml $(COMMON_PATH)/hidl/manifest_xiaomi.xml
# Kernel # Kernel

View File

@ -292,10 +292,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
vendor.lineage.health-service.default vendor.lineage.health-service.default
# LiveDisplay
PRODUCT_PACKAGES += \
vendor.lineage.livedisplay@2.0-service-sdm
# Media # Media
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libcodec2_hidl@1.0.vendor \ libcodec2_hidl@1.0.vendor \

View File

@ -1,11 +0,0 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>vendor.lineage.livedisplay</name>
<transport>hwbinder</transport>
<version>2.0</version>
<interface>
<name>IPictureAdjustment</name>
<instance>default</instance>
</interface>
</hal>
</manifest>