bangkk: Drop device specific manifest file

* We're not using in-tree livedisplay HAL anymore.

Change-Id: Ia0c4564a5955e7b07f3c1d9bc27df762f7441af9
This commit is contained in:
Anand S 2024-07-21 12:56:42 +05:30
parent 95f554202f
commit 678ec90377
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
2 changed files with 0 additions and 20 deletions

View file

@ -28,7 +28,6 @@ SOONG_CONFIG_qtidisplay_udfps := true
# HIDL
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += $(DEVICE_PATH)/device_framework_matrix_bangkk.xml
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest_bangkk.xml
# Kernel
BOARD_KERNEL_CMDLINE += androidboot.hab.product=bangkk

View file

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