aboutsummaryrefslogtreecommitdiff
path: root/shared/device.mk
diff options
context:
space:
mode:
authorMikhail Naganov <mnaganov@google.com>2023-10-30 16:28:28 -0700
committerMikhail Naganov <mnaganov@google.com>2023-12-19 15:43:25 -0800
commit9b93a2b8d72071acac1a8867f37e196d1a747d65 (patch)
treef34ba4f5611b3f2d86a4f7f621ba12c61d0c4be7 /shared/device.mk
parentac5e42387c2cacacd6df2b59594513477216d027 (diff)
downloadcuttlefish-9b93a2b8d72071acac1a8867f37e196d1a747d65.tar.gz
Remove "audio.low_latency" feature from CF
Due to the current implementation of virtio-snd, large delays occur when operating with a small HAL buffer, and this causes CTS failures. The "fair" solution is to use a large HAL buffer and strip the "audio.low_latency" feature off from the CF configuration. Bug: 302132812 Test: atest CtsMediaAudioTestCases (cherry picked from commit b9bf3cedb15855ae8062a2a18deaf608149fcc10) Change-Id: Idc489b7830908f421013af6471a435c8c746efed
Diffstat (limited to 'shared/device.mk')
-rw-r--r--shared/device.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/device.mk b/shared/device.mk
index ef2f9e26d..9bdc61c46 100644
--- a/shared/device.mk
+++ b/shared/device.mk
@@ -227,7 +227,6 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
frameworks/av/services/audiopolicy/config/surround_sound_configuration_5_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/surround_sound_configuration_5_0.xml \
frameworks/av/services/audiopolicy/config/usb_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/usb_audio_policy_configuration.xml \
- frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \