Index: archive_build.sh |
diff --git a/archive_build.sh b/archive_build.sh |
index be082c2f192f0328d2d98c76e1073a5928a6892c..7f7e53a3d48d8d942b4c5a0332a144ca47736e57 100755 |
--- a/archive_build.sh |
+++ b/archive_build.sh |
@@ -230,6 +230,8 @@ gsutil_archive "${ZIPFILE}" "${LAST_CHANGE}/${FLAGS_zipname}" |
if [ $FLAGS_archive_debug -eq $FLAGS_TRUE ] |
then |
+ echo "Generating Breakpad symbols" |
+ ! ${SCRIPTS_DIR}/cros_generate_breakpad_symbols --board=${FLAGS_board} |
echo "Creating debug archive" |
pushd "${FLAGS_chroot}/build/${FLAGS_board}/usr/lib" |
sudo tar czf "${OUTDIR}/debug.tgz" --checkpoint=1000 --exclude\ |