produce vts_hal_agent binary as part of android-vts.zip

Change-Id: Ieecfa923622f6d8ce7c8926316b9bc5d0ab57f60
2 files changed
tree: ef4e2eb500792dc00c4559c406655ce9a0055e63
  1. agents/
  2. hals/
  3. harnesses/
  4. images/
  5. runners/
  6. sysfuzzer/
  7. testcases/
  8. tools/
  9. utils/
  10. .gitignore
  11. __init__.py
  12. Android.mk
  13. build-python.sh
  14. create-image-angler.sh
  15. create-image-bullhead.sh
  16. create-image.sh
  17. README.md
  18. run-angler.sh
  19. run-gce.sh
  20. run-unittest.sh
  21. setup-angler.sh
  22. setup-bullhead.sh
  23. setup-gce.sh
  24. setup.py
  25. setup.sh
  26. vts.mk
README.md

Android Vendor Test Suite (VTS)

VTS consists of a set of testing frameworks and testcases, designed to help Android SoC Vendors, Device Manufactures, OEMs, and other partners enhance the robustness, reliability, and compatibility of:

  • the Android system (e.g., HALs and libraries) and
  • low-level system software (e.g., kernel, module, and firmware).

VTS has mainly two types of test suites:

  • automated (e.g., fuzzing) and
  • structural (e.g., gTest) testing.

Everyone can download the VTS package from the AOSP website, and run the VTS tests in order to produce a VTS report, which can be submitted to the Android Partner Engineering to obtain a certificate.