fogos: Drop device specific manifest file

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

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

View file

@ -12,9 +12,6 @@ include device/motorola/sm6375-common/BoardConfigCommon.mk
# Bootloader # Bootloader
TARGET_BOOTLOADER_BOARD_NAME := fogos TARGET_BOOTLOADER_BOARD_NAME := fogos
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest_fogos.xml
# Kernel # Kernel
BOARD_KERNEL_CMDLINE += androidboot.hab.product=fogos BOARD_KERNEL_CMDLINE += androidboot.hab.product=fogos
TARGET_KERNEL_CONFIG += vendor/fogos_defconfig TARGET_KERNEL_CONFIG += vendor/fogos_defconfig

View file

@ -1,15 +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>
</hal>
</manifest>