Chromium Code Reviews| 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=$? |