add basic emulator section
This commit is contained in:
parent
9dc0d0b7c7
commit
ef53025a61
@ -78,6 +78,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="#testing">Testing</a>
|
<a href="#testing">Testing</a>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="#emulator">Emulator</a></li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#compatibility-test-suite">Compatibility Test Suite</a>
|
<a href="#compatibility-test-suite">Compatibility Test Suite</a>
|
||||||
<ul>
|
<ul>
|
||||||
@ -625,6 +626,14 @@ export ANDROID_HOME="$HOME/sdk"</pre>
|
|||||||
rather than only the current very minimal coverage of the Compatibility Test Suite
|
rather than only the current very minimal coverage of the Compatibility Test Suite
|
||||||
(CTS).</p>
|
(CTS).</p>
|
||||||
|
|
||||||
|
<h3 id="emulator">
|
||||||
|
<a href="#emulator">Emulator</a>
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<p>To test a build for the emulator, run <code>emulator</code> within the build
|
||||||
|
environment. The emulator will use CPU hardware acceleration via KVM along with
|
||||||
|
optional graphics acceleration via the host GPU if these are available.</p>
|
||||||
|
|
||||||
<h3 id="compatibility-test-suite">
|
<h3 id="compatibility-test-suite">
|
||||||
<a href="#compatibility-test-suite">Compatibility Test Suite</a>
|
<a href="#compatibility-test-suite">Compatibility Test Suite</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user