am 7baaba83: am 9bc92deb: am 20d16a75: Merge "Silence lcov existence test output."

* commit '7baaba839f12a91216485023a6db4b6e4d18d281':
  Silence lcov existence test output.
This commit is contained in:
Dan Albert
2015-03-21 05:14:41 +00:00
committed by Android Git Automerger

View File

@@ -30,7 +30,7 @@
# it in your browser).
#
which lcov
which lcov >/dev/null 2>/dev/null
if [ $? -ne 0 ]; then
echo 'lcov not found: running `sudo apt-get install lcov`'
sudo apt-get install lcov