From 9c1ee368e071bf31650806289248c644095aa1df Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Mon, 19 Mar 2018 15:58:08 +0100 Subject: [PATCH] Fix low_bandwidth_audio_perf_test resource dependency on Android The executable that's pushed to the device must depend on all files that need to be on the device. No-Try: True TBR: phoglund@webrtc.org Bug: chromium:755660 Change-Id: Iee041bd51e789e3ce6612fbda1582286a5cf4680 Reviewed-on: https://webrtc-review.googlesource.com/62961 Reviewed-by: Oleh Prypin Commit-Queue: Oleh Prypin Cr-Commit-Position: refs/heads/master@{#22494} --- audio/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/BUILD.gn b/audio/BUILD.gn index 2d7713563b..451708ab59 100644 --- a/audio/BUILD.gn +++ b/audio/BUILD.gn @@ -190,6 +190,7 @@ if (rtc_include_tests) { data = [ "../resources/voice_engine/audio_tiny16.wav", + "../resources/voice_engine/audio_tiny48.wav", ] if (!build_with_chromium && is_clang) {