AI 147397: CTS: Fix VM test description generator

Automated import of CL 147397
This commit is contained in:
Phil Dubach 2009-04-22 11:56:14 -07:00 committed by The Android Open Source Project
parent 55534c8568
commit 0a4c2b02d0

View file

@ -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)