we will shortly begin testing our Android port to a custom target board. As part of this test, we plan to execute the CTS. When researching the CTS, I came across this page on Android which provides CTS test suite for download. It also comes with a script to run the test scripts. Whereas, there are plenty of tutorials out there and some SO threads which discuss how to build CTS from source.
My question is if CTS can be downloaded directly from Android site, in what scenarios would I need to build the CTS from source code?
Just to clarify, I'm not looking for instructions on how to build CTS. I only need to understand when to use downloaded CTS and when to build it.