GN: Add Android support to video_engine_tests.

R=kjellander@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2246423002
Cr-Commit-Position: refs/heads/master@{#13808}
This commit is contained in:
sakal 2016-08-18 00:41:59 -07:00 committed by Commit bot
parent fd16da290c
commit 010f092919

View File

@ -696,6 +696,11 @@ if (rtc_include_tests) {
configs -= [ "//build/config/clang:find_bad_constructs" ]
}
if (is_android) {
deps += [ "//testing/android/native_test:native_test_native_code" ]
data = [
"//resources/foreman_cif_short.yuv",
"//resources/voice_engine/audio_long16.pcm",
]
shard_timeout = 900
}
}