zippo: Commonize audio HAL version

Change-Id: I2c18424345699331b000b51c25ca2eecb5bf82db
This commit is contained in:
Marc Bourgoin
2024-07-08 20:17:22 -06:00
committed by chematelegram
parent 810e5913e9
commit 311f36f619
2 changed files with 1 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
# #
# Copyright (C) 2019-2021 The LineageOS Project # Copyright (C) 2019-2024 The LineageOS Project
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
@@ -17,10 +17,6 @@ PRODUCT_PACKAGES += \
FaceUnlockService FaceUnlockService
# Audio # Audio
PRODUCT_PACKAGES += \
android.hardware.audio@6.0-impl \
android.hardware.audio.effect@6.0-impl \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/mixer_paths_tavil.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_tavil.xml \ $(LOCAL_PATH)/audio/mixer_paths_tavil.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_tavil.xml \
$(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml $(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml

View File

@@ -1,22 +1,4 @@
<manifest version="2.0" type="device"> <manifest version="2.0" type="device">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
<version>6.0</version>
<interface>
<name>IDevicesFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport>hwbinder</transport>
<version>6.0</version>
<interface>
<name>IEffectsFactory</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl"> <hal format="hidl">
<name>vendor.goodix.hardware.biometrics.fingerprint</name> <name>vendor.goodix.hardware.biometrics.fingerprint</name>
<transport>hwbinder</transport> <transport>hwbinder</transport>