[LSC] Add LOCAL_LICENSE_KINDS to test/cts-root

Added SPDX-license-identifier-Apache-2.0 to:
  tools/cts-root-tradefed/Android.bp
  tools/cts-root-tradefed/tests/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I46b5f9a7d272e7c5ea2eab166647614254a4cd33
2 files changed
tree: 9029855c6e430dca6c12134a40da7ab49bd488f8
  1. tools/
  2. OWNERS
  3. README.md
README.md

Android Compatibility Test Suite - Root extension (CTS-Root)

This is an extension the main CTS test suite, for general compatibility tests that require root privileges or a debuggable device.

Note that the name of this suite in the build system is CTS_ROOT (with an underscore), so this is built with m cts_root and tests must be tagged with cts_root in their test_suites to be included.

However in tradefed the name is cts-root (with a hyphen), so use cts-root-tradefed to run it, and run cts-root to run the default cts-root plan.