Index: build/android/buildbot_functions.sh |
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
index 907bb15d7cf38c8bf7a3c1fe489bb66741fcce7f..4c26610d897bff73aa67db603a59263dbb1db5b6 100755 |
--- a/build/android/buildbot_functions.sh |
+++ b/build/android/buildbot_functions.sh |
@@ -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 |
John Grabowski
2012/05/25 22:09:32
This only makes sense to me if somehow goma caches
|
+ |
GYP_DEFINES="$GYP_DEFINES gtest_target_type=shared_library" android_gyp |
echo "@@@BUILD_STEP Native test runner compile@@@" |