bangkk: Drop device specific livedisplay manifest

Change-Id: I7d912d79d1d3542357bef9a7bdb752ecf3860f08
This commit is contained in:
Michael Bestas 2025-02-22 21:59:59 +02:00
parent 3c6b3e187b
commit 23c3f87e24
No known key found for this signature in database
2 changed files with 0 additions and 27 deletions

View file

@ -15,9 +15,6 @@ TARGET_BOOTLOADER_BOARD_NAME := bangkk
TARGET_SURFACEFLINGER_UDFPS_LIB := //$(DEVICE_PATH):libudfps_extension.bangkk
SOONG_CONFIG_qtidisplay_udfps := true
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Kernel
BOARD_KERNEL_CMDLINE += androidboot.hab.product=bangkk
TARGET_KERNEL_CONFIG += vendor/lineage_bangkk.config

View file

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
SPDX-FileCopyrightText: The LineageOS Project
SPDX-License-Identifier: Apache-2.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>