1DEVICE_MANIFEST_FILE += device/google/gs-common/audio/hidl/manifest_gs101$(LOCAL_64ONLY).xml 2 3# Audio HAL Server & Default Implementations 4PRODUCT_PACKAGES += \ 5 android.hardware.audio.service \ 6 android.hardware.audio@7.1-impl \ 7 android.hardware.audio.effect@7.0-impl \ 8 android.hardware.bluetooth.audio-impl \ 9 android.hardware.soundtrigger@2.3-impl \ 10 vendor.google.whitechapel.audio.audioext@4.0-impl 11 12#Audio HAL libraries 13PRODUCT_PACKAGES += \ 14 audio.primary.$(TARGET_BOARD_PLATFORM) \ 15 audio.platform.aoc \ 16 sound_trigger.primary.$(TARGET_BOARD_PLATFORM) \ 17 audio_bt_aoc \ 18 audio_tunnel_aoc \ 19 aoc_aud_ext \ 20 libaoctuningdecoder \ 21 libaoc_waves \ 22 liboffloadeffect \ 23 audio_waves_aoc \ 24 audio_fortemedia_aoc \ 25 audio_bluenote_aoc \ 26 audio_usb_aoc \ 27 audio_spk_35l41 \ 28 audio.usb.default \ 29 audio.usbv2.default \ 30 audio.bluetooth.default \ 31 audio.r_submix.default \ 32 libamcsextfile \ 33 audio_amcs_ext \ 34 35BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/hidl 36 37include device/google/gs-common/audio/common.mk 38 39DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/audio/hidl/device_framework_matrix_product_gs101.xml 40