use obj as a trigger to package gcno file(s)

Change-Id: I0c626484e20ebc613828531d1eb7e76937747200
1 file changed
tree: 3cf96392d23b1f29a5d2d32210ca37bc22d270ae
  1. agents/
  2. drivers/
  3. hals/
  4. harnesses/
  5. images/
  6. proto/
  7. runners/
  8. specification/
  9. sysfuzzer/
  10. testcases/
  11. tools/
  12. utils/
  13. web/
  14. .gitignore
  15. __init__.py
  16. Android.mk
  17. build-java.sh
  18. build-python.sh
  19. create-image-angler.sh
  20. create-image-bullhead.sh
  21. create-image.sh
  22. README.md
  23. run-angler.sh
  24. run-gce.sh
  25. run-unittest.sh
  26. setup-angler.sh
  27. setup-bullhead.sh
  28. setup-gce.sh
  29. setup.py
  30. setup.sh
  31. 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.