Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3414)

Unified Diff: build/android/prepare_library_for_apk

Issue 11606010: Reduce verbosity of Android builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -quiet Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/ant/sdk-targets.xml ('k') | build/apk_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/prepare_library_for_apk
diff --git a/build/android/prepare_library_for_apk b/build/android/prepare_library_for_apk
index ce414b3b916a296aa05f1d818bb6b5a7f46c8346..ac0297716dac4cebc75c687e1ce022c50cfdcc07 100755
--- a/build/android/prepare_library_for_apk
+++ b/build/android/prepare_library_for_apk
@@ -15,5 +15,5 @@ ANDROID_STRIP=$1
LIBRARY=$2
STRIPPED=$3
-set -ex
+set -e
$ANDROID_STRIP --strip-unneeded $LIBRARY -o $STRIPPED
« no previous file with comments | « build/android/ant/sdk-targets.xml ('k') | build/apk_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698