adding build-java.sh and a few changes.

Change-Id: I9f0ae4d3fe704ca546b897b1156e7605ba1795de
4 files changed
tree: 37c98c7793265e6b32d2d58b4d1c7c20785eab33
  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.