fogos: Drop device specific manifest file
* We're not using in-tree livedisplay HAL anymore. Change-Id: I044aea943616b6780aceaa2e1daaa7ebc30ca030
This commit is contained in:
parent
c84dabd4dd
commit
e8655e5a6d
2 changed files with 0 additions and 18 deletions
|
@ -12,9 +12,6 @@ include device/motorola/sm6375-common/BoardConfigCommon.mk
|
|||
# Bootloader
|
||||
TARGET_BOOTLOADER_BOARD_NAME := fogos
|
||||
|
||||
# HIDL
|
||||
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest_fogos.xml
|
||||
|
||||
# Kernel
|
||||
BOARD_KERNEL_CMDLINE += androidboot.hab.product=fogos
|
||||
TARGET_KERNEL_CONFIG += vendor/fogos_defconfig
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue