[Harness Separation] Move cts-tradefed to a new dir (cts.mk)

Move cts-tradefed to a new dir.
Fix cts.mk to point to the new dir.
Bug: 78461075
Bug: 79201478
Test: make cts -j32 WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY=true TARGET_PRODUCT=aosp_arm64
Test: cts-tradefed run cts --compatibility:include-filter CtsGestureTestCases
Test: cts/harness/tools/cts-tradefed/tests/run_tests.sh
Test: make gts -j32 WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY=true TARGET_PRODUCT=aosp_arm64

Change-Id: I8b610bf2f0b84baa7e8a30759f7d53d1b2a5d8f1
This commit is contained in:
Fang Deng 2018-04-30 15:00:21 -07:00
parent 55a53c333c
commit 8ebc942152
1 changed files with 3 additions and 2 deletions

View File

@ -14,8 +14,9 @@
test_suite_name := cts
test_suite_tradefed := cts-tradefed
test_suite_dynamic_config := cts/tools/cts-tradefed/DynamicConfig.xml
test_suite_readme := cts/tools/cts-tradefed/README
# TODO: Fix the following two lines after harness is moved to its own repo
test_suite_dynamic_config := cts/harness/tools/cts-tradefed/DynamicConfig.xml
test_suite_readme := cts/harness/tools/cts-tradefed/README
include $(BUILD_SYSTEM)/tasks/tools/compatibility.mk