Bug 1073003 - Enable warnings-as-errors on B2G. r=mwu

--HG--
extra : rebase_source : a21592e8c3961c9f4af7ae86ba7867744269a696
extra : source : 33a78b0e5f4a3e2f249bea2079f17de72f8c1212
This commit is contained in:
Botond Ballo 2014-12-17 14:09:54 -05:00
parent 1428d29dfc
commit 7bd9f343d1

View File

@ -59,6 +59,10 @@ MOZ_B2G=1
if test "$OS_TARGET" = "Android"; then
MOZ_NUWA_PROCESS=1
MOZ_B2G_LOADER=1
# Warnings-as-errors cannot be enabled on ICS builds due to bug 915555
if test "$PLATFORM_SDK_VERSION" -gt 15; then
MOZ_ENABLE_WARNINGS_AS_ERRORS=1
fi
fi
MOZ_JSDOWNLOADS=1