NDK Clang can build hb-icu.cc for mipsel now.

I haven't explicitly confirmed this, but it's likely that today's r12b -> r13 upgrade made this possible.

CQ_INCLUDE_TRYBOTS=master.client.skia.compile:Build-Ubuntu-Clang-mipsel-Debug-GN_Android-Trybot,Build-Ubuntu-Clang-mipsel-Release-GN_Android-Trybot

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3241

Change-Id: I4d19ad48f387d48e0fa4a9f1637c67eb6e1ba4ae
Reviewed-on: https://skia-review.googlesource.com/3241
Reviewed-by: Mike Klein <mtklein@chromium.org>
Commit-Queue: Mike Klein <mtklein@chromium.org>
This commit is contained in:
Mike Klein 2016-10-11 19:59:22 -04:00 committed by Skia Commit-Bot
parent 4b167fc850
commit 768bdfca71

View File

@ -953,9 +953,8 @@ if (skia_enable_tools) {
}
}
# Clang 3.8 crashes while compiling hb-icu.cc for mipsel.
# We can't yet build ICU on Windows.
if (current_cpu != "mipsel" && !is_win) {
if (!is_win) {
executable("sktexttopdf-hb") {
sources = [
"tools/SkShaper_harfbuzz.cpp",