Fix ChromeOS Swarming bot compile

BUG=skia:5158
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1886573004

Review URL: https://codereview.chromium.org/1886573004
This commit is contained in:
borenet 2016-04-13 09:37:25 -07:00 committed by Commit bot
parent 33b6b8ef99
commit 2892668f1b

View File

@ -63,6 +63,12 @@ fi
# thinks we're in a Chrome checkout.
echo "Delete me!" > "${CHROMEOS_CHROOT}/.gclient"
# We may also need a .git directory.
GIT_DIR="${CHROMEOS_CHROOT}/src/third_party/chromite/.git"
if ! [[ -d "${GIT_DIR}" ]]; then
mkdir -p ${GIT_DIR}
fi
# Where the Skia code will pretend to live inside the chroot.
SKIA_TOP_DIR="${SCRIPT_DIR}/../../.."