summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Dubach <>2009-04-22 11:56:14 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-22 11:56:14 -0700
commit0a4c2b02d0f435a472c8b2e49543037a648c6ec6 (patch)
tree20d671ff2f45cc0d08a78eb204cea5974772eaf0
parent55534c85688795dbc8f45169d92fd8e33e6c41cd (diff)
downloadbuild-0a4c2b02d0f435a472c8b2e49543037a648c6ec6.zip
build-0a4c2b02d0f435a472c8b2e49543037a648c6ec6.tar.gz
build-0a4c2b02d0f435a472c8b2e49543037a648c6ec6.tar.bz2
AI 147397: CTS: Fix VM test description generator
Automated import of CL 147397
-rw-r--r--core/tasks/cts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk
index 890f2cd..f82205e 100644
--- a/core/tasks/cts.mk
+++ b/core/tasks/cts.mk
@@ -96,7 +96,7 @@ define generate-core-test-description
$(hide) java $(PRIVATE_JAVAOPTS) \
-classpath $(PRIVATE_CLASSPATH) \
$(PRIVATE_PARAMS) CollectAllTests $(1) \
- $(2) $(3)
+ $(2) $(3) $(4)
endef
CORE_INTERMEDIATES :=$(call intermediates-dir-for,JAVA_LIBRARIES,core,,COMMON)