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:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user