Commit 400c1672 authored by Joe Onorato's avatar Joe Onorato
Browse files

Have the default build also build the tools for CTS.

So it is possible to build individual tests with mmm without building
all of CTS first.

Change-Id: If7d29720552f597106c6da2f4ab1e6d092e783f5
parent 16f20ce5
......@@ -17,3 +17,13 @@
include cts/OldCtsBuild.mk
include cts/CtsCoverage.mk
include $(call all-subdir-makefiles)
# Have the default build also build the tools for CTS so it is possible
# to build individual tests with mmm without doing extra targets first.
files: \
$(CTS_JAVA_TEST_SCANNER_DOCLET) \
$(CTS_JAVA_TEST_SCANNER) \
$(CTS_NATIVE_TEST_SCANNER) \
$(CTS_XML_GENERATOR)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment