Bug 1238788 - Burn the tree on android lint failure. r=nalexander

Looking at [1], we halt_on_failure for the `postflight_build_mach_command`s and
the flag I flipped causes the lint command to return a non-zero exit code (i.e.
noting failure).

[1]: https://hg.mozilla.org/mozilla-central/rev/b7f1dac8306f#l2.29

MozReview-Commit-ID: 8v4am9zxxCk

--HG--
extra : rebase_source : 27236e557629ada3931b05d68fad3405cfcc0b5a
This commit is contained in:
Michael Comella 2016-03-02 12:00:29 -08:00
Родитель ecd4513b28
Коммит cb4b5898fc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -31,7 +31,7 @@ android {
}
lintOptions {
abortOnError false
abortOnError true
}
buildTypes {