Index: build/android/buildbot_functions.sh |
diff --git a/build/android/buildbot_functions.sh b/build/android/buildbot_functions.sh |
index 45fb6fbd865ec7b2554fe2bcc4f4da2738e4a3d0..dc18847a069d1caab127c5e7663b2f2c9b8df190 100755 |
--- a/build/android/buildbot_functions.sh |
+++ b/build/android/buildbot_functions.sh |
@@ -99,8 +99,7 @@ function bb_compile { |
# Experimental compile step; does not turn the tree red if it fails. |
function bb_compile_experimental { |
# Linking DumpRenderTree appears to hang forever? |
- # EXPERIMENTAL_TARGETS="DumpRenderTree webkit_unit_tests" |
- EXPERIMENTAL_TARGETS="webkit_unit_tests" |
+ EXPERIMENTAL_TARGETS="android_experimental" |
for target in ${EXPERIMENTAL_TARGETS} ; do |
echo "@@@BUILD_STEP Experimental Compile $target @@@" |
set +e |