diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-05-12 01:31:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-05-12 01:31:04 -0400 |
| commit | 127f55bfa78217351d0883ec5a7500245c65d543 (patch) | |
| tree | bd458541ca3fe767e0a0f237e2af6c94b446b709 | |
| parent | 3b6d18a19f73153e9c539be709e6f75bb7b1db33 (diff) | |
add CTS download commands
| -rw-r--r-- | static/build.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index 181063b7..2500e31d 100644 --- a/static/build.html +++ b/static/build.html @@ -868,6 +868,20 @@ mv android-studio studio</pre> manual portion (CTS Verifier) and the CTS for Instant Apps. The latest release of the CTS Media Files also needs to be downloaded from that section.</p> + <pre>cd ~/android +mkdir cts +cd cts +curl -O https://dl.google.com/dl/android/cts/android-cts-10_r3-linux_x86-arm.zip +unzip android-cts-10_r3-linux_x86-arm.zip +curl -O https://dl.google.com/dl/android/cts/android-cts-10_r3-linux_x86-x86.zip +unzip android-cts-10_r3-linux_x86-x86.zip +curl -O https://dl.google.com/dl/android/cts/android-cts-verifier-10_r3-linux_x86-arm.zip +unzip android-cts-verifier-10_r3-linux_x86-arm.zip +curl -O https://dl.google.com/dl/android/cts/android-cts-verifier-10_r3-linux_x86-x86.zip +unzip android-cts-verifier-10_r3-linux_x86-x86.zip +curl -O https://dl.google.com/dl/android/cts/android-cts-media-1.4.zip +unzip android-cts-media-1.4.zip</pre> + <h4 id="compatibility-test-suite-setup"> <a href="#compatibility-test-suite-setup">Setup</a> </h4> |
