Bug 1119980 - Enable warnings-as-errors in Lollipop-based B2G builds. r=glandium

This commit is contained in:
Botond Ballo 2015-05-22 03:51:06 -04:00
parent 9a8e8b29e8
commit c994a2d17f

View File

@ -60,11 +60,8 @@ 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