add CTS download commands
This commit is contained in:
parent
3b6d18a19f
commit
127f55bfa7
@ -868,6 +868,20 @@ mv android-studio studio</pre>
|
|||||||
manual portion (CTS Verifier) and the CTS for Instant Apps. The latest release of the
|
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>
|
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">
|
<h4 id="compatibility-test-suite-setup">
|
||||||
<a href="#compatibility-test-suite-setup">Setup</a>
|
<a href="#compatibility-test-suite-setup">Setup</a>
|
||||||
</h4>
|
</h4>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user