Index: build/android/buildbot/buildbot_functions.sh |
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh |
index 751372629252a34a63cd12913c47e88ed0dcd3a9..c92d433e2ec04b238d038a1596bb9d97d9ea9527 100755 |
--- a/build/android/buildbot/buildbot_functions.sh |
+++ b/build/android/buildbot/buildbot_functions.sh |
@@ -273,8 +273,8 @@ function bb_extract_build { |
( |
set +e |
python ../../../../scripts/slave/extract_build.py \ |
- --build-dir "$SRC_ROOT" \ |
- --build-output-dir "out" \ |
+ --build-dir "$SRC_ROOT/build" \ |
+ --build-output-dir "../out" \ |
--factory-properties "$FACTORY_PROPERTIES" \ |
--build-properties "$BUILD_PROPERTIES" |
local extract_exit_code=$? |