diff options
author | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 07:54:35 +0000 |
---|---|---|
committer | yfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-18 07:54:35 +0000 |
commit | a1aa2c51fb05fd524f0eab7707b11b21a1fc1c87 (patch) | |
tree | 027e404ce2acf57595977a76702e091eb1bf75d9 /build/apk_test.gypi | |
parent | 1c7008ac8b929e2a8c5410525838651411d36dcc (diff) | |
download | chromium_src-a1aa2c51fb05fd524f0eab7707b11b21a1fc1c87.zip chromium_src-a1aa2c51fb05fd524f0eab7707b11b21a1fc1c87.tar.gz chromium_src-a1aa2c51fb05fd524f0eab7707b11b21a1fc1c87.tar.bz2 |
Reduce verbosity of Android builds.
There's a lot of boilerplate from running ant. Passing '-q' silences most of it.
BUG=164395
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/11606010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/apk_test.gypi')
-rw-r--r-- | build/apk_test.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/apk_test.gypi b/build/apk_test.gypi index 0ea785c0..c09615c 100644 --- a/build/apk_test.gypi +++ b/build/apk_test.gypi @@ -48,6 +48,8 @@ '--app_abi', '<(android_app_abi)', '--ant-args', + '-quiet', + '--ant-args', '-DPRODUCT_DIR=<(ant_build_out)', '--ant-args', '-DANDROID_SDK=<(android_sdk)', |