summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-08-26 20:39:04 -0700
committer Ian Rogers <irogers@google.com> 2014-08-26 20:39:04 -0700
commitddfe779c670f541b40d8a912699d12188e1b75a8 (patch)
treebae96ffff78d7429a09f66329275b87618cf504f
parent3d159704d1f03d120cef8ad67a7a65f436fe8d00 (diff)
Fix builds where dist_goal is defined.
Change-Id: I93b3fb468cf760aa84d792b2651cdde366fc6033
-rw-r--r--test/Android.run-test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Android.run-test.mk b/test/Android.run-test.mk
index 8a3dbc92ae..8bcd1d8458 100644
--- a/test/Android.run-test.mk
+++ b/test/Android.run-test.mk
@@ -113,7 +113,7 @@ TEST_ART_TIMING_SENSITIVE_RUN_TESTS := \
ifdef dist_goal
ART_TEST_KNOWN_BROKEN += $(call all-run-test-names,$(TARGET_TYPES),$(PREBUILD_TYPES), \
$(COMPILER_TYPES), $(RELOCATE_TYPES),$(TRACE_TYPES),$(GC_TYPES),$(JNI_TYPES), \
- $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(ALL_ADDRESS_SIZES))
+ $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(ALL_ADDRESS_SIZES)), \
$(IMAGE_TYPES), $(TEST_ART_TIMING_SENSITIVE_RUN_TESTS), $(ALL_ADDRESS_SIZES))
endif