GN: Fix audio_decoder_unittests for android.

Tested on a physical device.

BUG=webrtc:6036
NOTRY=True

Review-Url: https://codereview.webrtc.org/2241293002
Cr-Commit-Position: refs/heads/master@{#13761}
This commit is contained in:
ehmaldonado
2016-08-15 12:02:02 -07:00
committed by Commit bot
parent 4a1ec1e639
commit b1e66110e3

View File

@ -1030,6 +1030,10 @@ if (rtc_include_tests) {
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
shard_timeout = 900
data = [
"//resources/audio_coding/testfile32kHz.pcm",
]
}
if (is_ios) {