2023-03-03 14:51:32 +08:00
|
|
|
DEVICE_MANIFEST_FILE += device/google/gs-common/audio/hidl/manifest.xml
|
|
|
|
|
|
|
|
# Audio HAL Server & Default Implementations
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
android.hardware.audio.service \
|
|
|
|
android.hardware.audio@7.1-impl \
|
|
|
|
android.hardware.audio.effect@7.0-impl \
|
|
|
|
android.hardware.soundtrigger@2.3-impl \
|
|
|
|
vendor.google.whitechapel.audio.audioext@4.0-impl \
|
|
|
|
android.hardware.bluetooth.audio-impl \
|
|
|
|
|
|
|
|
#Audio HAL libraries
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
audio.primary.$(TARGET_BOARD_PLATFORM) \
|
|
|
|
audio.platform.aoc \
|
|
|
|
audio_tunnel_aoc \
|
|
|
|
aoc_aud_ext \
|
|
|
|
libaoctuningdecoder \
|
|
|
|
liboffloadeffect \
|
|
|
|
audio_bt_aoc \
|
|
|
|
audio_waves_aoc \
|
|
|
|
audio_fortemedia_aoc \
|
|
|
|
audio_bluenote_aoc \
|
|
|
|
audio_usb_aoc \
|
2023-03-14 09:30:40 +08:00
|
|
|
audio_cca_aoc \
|
2023-10-13 16:57:29 +08:00
|
|
|
audio_compensation_aoc \
|
2023-03-03 14:51:32 +08:00
|
|
|
libamcsextfile \
|
|
|
|
audio_amcs_ext \
|
|
|
|
audio.usb.default \
|
|
|
|
audio.usbv2.default \
|
|
|
|
audio.bluetooth.default \
|
|
|
|
audio.r_submix.default \
|
|
|
|
audio_spk_35l41 \
|
2023-03-15 17:55:58 +08:00
|
|
|
audio_hdmi_aoc \
|
2023-03-03 14:51:32 +08:00
|
|
|
sound_trigger.primary.$(TARGET_BOARD_PLATFORM)
|
|
|
|
|
|
|
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hidl
|
2023-03-15 17:55:58 +08:00
|
|
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hdmi_audio
|
2023-03-03 14:51:32 +08:00
|
|
|
|
|
|
|
include device/google/gs-common/audio/common.mk
|
|
|
|
|
|
|
|
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/hidl/device_framework_matrix_product.xml
|