| 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 \
|
| --factory-properties "$FACTORY_PROPERTIES" \
|
| --build-properties "$BUILD_PROPERTIES"
|
| extract_exitcode=$?
|
|
|