Bug 1119980 - Disable warnings-as-errors for Lollipop-based B2G builds. r=glandium

--HG--
extra : rebase_source : c2ae4e68665ee7e3ad202a7ebef571f41db91cb1
This commit is contained in:
Botond Ballo 2015-01-16 19:21:54 -05:00
parent 534fb9f4c5
commit 5a076de335

View File

@ -59,8 +59,11 @@ MOZ_B2G=1
if test "$OS_TARGET" = "Android"; then
MOZ_NUWA_PROCESS=1
MOZ_B2G_LOADER=1
# Warnings-as-errors cannot be enabled on Lollipop until bug 1119980 is fixed.
if test "$PLATFORM_SDK_VERSION" -lt 21; then
MOZ_ENABLE_WARNINGS_AS_ERRORS=1
fi
fi
MOZ_JSDOWNLOADS=1