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

Unified Diff: build/android/buildbot_functions.sh

Issue 10836323: Change Android build configurations (step 2). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months 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
Index: build/android/buildbot_functions.sh
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
index 962ce52e7912673a308dad6ff8ec971957c37417..26faea49df5ebd4fb210bcfe3fe8d26f0fa87b3b 100755
--- a/build/android/buildbot_functions.sh
+++ b/build/android/buildbot_functions.sh
@@ -279,7 +279,7 @@ function bb_extract_build {
python ../../../../scripts/slave/extract_build.py \
--build-dir "$SRC_ROOT" \
--build-output-dir "out" \
- --target Release \
+ --target Debug \
Satish 2012/08/20 11:29:24 I see all other places where you switch from Relea
Xianzhu 2012/08/20 17:54:58 Yes, this one should be in the CL of Step 3.
--factory-properties "$FACTORY_PROPERTIES" \
--build-properties "$BUILD_PROPERTIES"
extract_exitcode=$?

Powered by Google App Engine
This is Rietveld 408576698