Index: build/android/buildbot/buildbot_functions.sh |
diff --git a/build/android/buildbot/buildbot_functions.sh b/build/android/buildbot/buildbot_functions.sh |
index a251ff6f6a7472e80b83b3e2eb446f077fe16e46..669710c06f9a41e5a2e76aa54bf5a71ca4cb55c1 100755 |
--- a/build/android/buildbot/buildbot_functions.sh |
+++ b/build/android/buildbot/buildbot_functions.sh |
@@ -166,6 +166,7 @@ function bb_zip_build { |
echo "@@@BUILD_STEP Zip build@@@" |
python ../../../../scripts/slave/zip_build.py \ |
--src-dir "$SRC_ROOT" \ |
+ --build-dir "out" \ |
--exclude-files "lib.target,gen,android_webview,jingle_unittests" \ |
--factory-properties "$FACTORY_PROPERTIES" \ |
--build-properties "$BUILD_PROPERTIES" |