Fix regyp on android_test try bot.

BUG=125059

TEST=

Review URL: https://chromiumcodereview.appspot.com/10454039

git-svn-id: http://src.chromium.org/svn/trunk/src/build@139155 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
nileshagrawal@chromium.org 2012-05-25 23:41:27 +00:00
Родитель 57f556b0f5
Коммит e349fb8566
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -196,6 +196,9 @@ function bb_compile {
# loader is on by default, this entire function becomes obsolete.
function bb_compile_apk_tests {
echo "@@@BUILD_STEP Re-gyp for the native test runner@@@"
# Setup goma again. Not doing this breaks the android_gyp step.
bb_setup_goma_internal
GYP_DEFINES="$GYP_DEFINES gtest_target_type=shared_library" android_gyp
echo "@@@BUILD_STEP Native test runner compile@@@"