Add tools-common-prebuilt in static_libs of tf-remote-client.

The sdklib-prebuilt.jar is obsolete and the class
com.android.sdklib.AndroidVersion is removed from sdklib.jar and added
to tools-common-prebuilt.jar. Add tools-common-prebuilt as static_lib
in tf-remote-client.

Test: TF and CTS unit tests
Bug: 129551907
Change-Id: I03aaa9521e02f55b1d85cdcc4d86e67301f0db2d
(cherry picked from commit 389b2750f907e39114f0f40079dd086fb2f6e78d)
4 files changed
tree: 34ea53cfff50b5c17b9bbff57c763e2b900d5797
  1. atest/
  2. proto/
  3. python-lib/
  4. remote/
  5. res/
  6. src/
  7. tests/
  8. util-apps/
  9. .classpath
  10. .gitignore
  11. .project
  12. Android.bp
  13. Android.mk
  14. atest_tradefed.sh
  15. CleanSpec.mk
  16. error_prone_rules.mk
  17. MANIFEST.mf
  18. OWNERS
  19. PREUPLOAD.cfg
  20. pylintrc
  21. README.md
  22. run_tf_cmd.sh
  23. script_help.sh
  24. TEST_MAPPING
  25. TEST_MAPPING_README
  26. tradefed.sh
  27. tradefed_win.bat
  28. verify.sh
README.md

Trade Federation (TF / tradefed)

TF is a test harness used to drive Android automated testing. It runs on test hosts and monitors the connected devices, handling test scheduling & execution and device management.

Other test harnesses like Compatibility Test Suite (CTS) and Vendor Test Suite (VTS) use TF as a basis and extend it for their particular needs.

Building TF:

  • source build/envsetup.sh
  • tapas tradefed-all
  • make -j8

More information at: https://source.android.com/devices/tech/test_infra/tradefed/