tundra: Migrate to AIDL LiveDisplay HAL

Change-Id: I4e8be836e94d442b40c63a1ac7dade3c9d9c784c
(cherry picked from commit 1620bac61ba4f378a3be1a15a265e7702caf95b6)
This commit is contained in:
LuK1337
2025-08-20 19:20:35 -04:00
committed by Deivid21
parent 12dc6fa0fa
commit d0c6353b70
3 changed files with 3 additions and 25 deletions

View File

@@ -16,7 +16,6 @@ TARGET_USES_FOD_ZPOS := true
# HIDL
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += $(DEVICE_PATH)/device_framework_matrix.xml
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Kernel
BOARD_KERNEL_CMDLINE += androidboot.hab.product=tundra

View File

@@ -63,6 +63,9 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/keylayout/goodix_ts.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/goodix_ts.kl
# LiveDisplay
$(call soong_config_set,livedisplay_sysfs,enable_af,true)
# Moto Camera 4
TARGET_MOTCAMERA4 := tundra
TARGET_USES_MOTCAMERA4 := true

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>