diff options
| author | 2020-10-16 20:00:22 +0000 | |
|---|---|---|
| committer | 2020-10-16 20:00:22 +0000 | |
| commit | 5fefac293d3d83e1f9a6e47a59b4655370ff19a8 (patch) | |
| tree | b229ed2e730b5a3206b99ef14647c4123daa3232 | |
| parent | 07445235a852935b3efcd1db4b3a4518274540f6 (diff) | |
| parent | 79af9880ecdada87be3bb9cacc8935421ae6e0c4 (diff) | |
Merge "Update location of some files while moving them"
| -rw-r--r-- | core/tasks/cts.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/tasks/cts.mk b/core/tasks/cts.mk index cd5fa8e3b3..c09daeb4af 100644 --- a/core/tasks/cts.mk +++ b/core/tasks/cts.mk @@ -14,8 +14,8 @@ test_suite_name := cts test_suite_tradefed := cts-tradefed -test_suite_dynamic_config := test/suite_harness/tools/cts-tradefed/DynamicConfig.xml -test_suite_readme := test/suite_harness/tools/cts-tradefed/README +test_suite_dynamic_config := cts/tools/cts-tradefed/DynamicConfig.xml +test_suite_readme := cts/tools/cts-tradefed/README include_test_suite_notice := true include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk |