commit | e0cda7aa9a9a5a9dd5b6d459c16b7581d160f039 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Jan 19 18:42:22 2017 -0800 |
committer | Colin Cross <ccross@android.com> | Fri Jan 20 17:22:24 2017 -0800 |
tree | d002a42f1195dc662c33056e453050defa370edd | |
parent | c6abb5f5bc765f86e467976cf71d91b1a2ffb045 [diff] |
Fix incremental builds If the soong_zip binary changes on an incremental build the Systrace.zip rule reruns and causes unzip to stop with a prompt: replace out/host/linux-x86/vts/android-vts/tools/external/chromium-trace/catapult/common/battor/battor/battor_binary_dependencies.json? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL (EOF or read error, treating as "[N]one" ...) Remove the target directory before unzipping to fix the immediate problem. Test: manual Change-Id: Id74aace3ec362422f664b7a2ce45149f5d09a562
VTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of:
VTS has mainly two types of test suites:
While the VTS framework and test cases are designed for userdebug or eng build devices, some test cases can be run on user build devices using its app namely, VTS Agent App.
Table of Contents