Move suite-level dynamic config to testcases
Enable client-side dynamic config code to access the suite-level dynamic
config files by placing them in the testcases directory. Also update
cts_v2.mk to define the location of its corresponding dynamic config file.
bug:23625592
Change-Id: Id11dea4b6acbe8ea7e5e9579e369a2be5873a224
diff --git a/core/tasks/cts_v2.mk b/core/tasks/cts_v2.mk
index 76a4d02..6bb80a1 100644
--- a/core/tasks/cts_v2.mk
+++ b/core/tasks/cts_v2.mk
@@ -14,6 +14,7 @@
test_suite_name := cts_v2
test_suite_tradefed := cts-tradefed_v2
+test_suite_dynamic_config := cts/tools/cts-tradefed/DynamicConfig.xml
test_suite_readme := cts/tools/cts-tradefed/README
include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk