Revert of Remove Android x86 compilation trybot from CQ. (patchset #1 id:1 of https://codereview.webrtc.org/1959923002/ )

Reason for revert:
https://codereview.chromium.org/1985413002/ rolled in the fix
for libjpeg_turbo's GYP file in Chromium. That was rolled into WebRTC
in https://codereview.webrtc.org/1985423004/. That means our Android
x86 builds can start working again.

Original issue's description:
> Remove Android x86 compilation trybot from CQ.
>
> There's a Goma bug making it fail to compile after rolling in
> https://codereview.webrtc.org/1963493002/
>
> BUG=chromium:610145
> TBR=pbos@webrtc.org
> NOTRY=True
>
> Committed: d939d48de2

TBR=pbos@webrtc.org
NOTRY=True
BUG=chromium:610145
TESTED=Passing build with:
GYP_DEFINES='OS=android component=static_library target_arch=ia32' webrtc/build/gyp_webrtc.py
ninja -C out/Debug

Review-Url: https://codereview.webrtc.org/1989223002
Cr-Commit-Position: refs/heads/master@{#12792}
This commit is contained in:
kjellander 2016-05-18 04:57:44 -07:00 committed by Commit bot
parent 99111bb5e4
commit 2f5d600918

View File

@ -31,8 +31,7 @@ verifiers {
builders { name: "android_arm64_rel" }
builders { name: "android_clang_dbg" }
builders { name: "android_compile_mips_dbg" }
# Disabled until http://crbug.com/610145 is fixed.
#builders { name: "android_compile_x86_dbg" }
builders { name: "android_compile_x86_dbg" }
builders { name: "android_compile_x64_dbg" }
builders { name: "android_gn_dbg" }
builders { name: "android_gn_rel" }