| Index: build/android/buildbot_functions.sh
|
| diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh
|
| index 42d63c2280005e3cc5930b64196ec0ae8b56215d..d4bd758b1611a475001dbe9f4b7894be268e1d11 100755
|
| --- a/build/android/buildbot_functions.sh
|
| +++ b/build/android/buildbot_functions.sh
|
| @@ -255,6 +255,7 @@ function bb_zip_build {
|
| echo "@@@BUILD_STEP Zip build@@@"
|
| python ../../../../scripts/slave/zip_build.py \
|
| --src-dir "$SRC_ROOT" \
|
| + --exclude-files "lib.target" \
|
| --factory-properties "$FACTORY_PROPERTIES" \
|
| --build-properties "$BUILD_PROPERTIES"
|
| }
|
|
|