aboutsummaryrefslogtreecommitdiff
path: root/en/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html')
-rw-r--r--en/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html b/en/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html
index 71dcf5c9..47b99bde 100644
--- a/en/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html
+++ b/en/devices/tech/test_infra/tradefed/fundamentals/machine_setup.html
@@ -33,7 +33,7 @@
<p>
From the root directory of the Android source tree:
</p>
-<pre>
+<pre class="devsite-click-to-copy">
<code class="devsite-terminal">source ./build/make/envsetup.sh</code>
<code class="devsite-terminal">lunch &lt;device-target&gt;</code>
<code class="devsite-terminal">make tradefed-all -j8</code>
@@ -44,7 +44,7 @@
<p>
TradeFed requires the <code>adb</code> utility in your <code>$PATH</code>:
</p>
-<pre class="devsite-terminal">
+<pre class="devsite-terminal devsite-click-to-copy">
export PATH=$PATH:&lt;path/to/adb&gt;
</pre>
@@ -52,7 +52,7 @@ export PATH=$PATH:&lt;path/to/adb&gt;
Once TradeFed is built, the <code>tradefed.sh</code> launcher script is
accessible from your path. To launch the Trade Federation console:
</p>
-<pre class="devsite-terminal">
+<pre class="devsite-terminal devsite-click-to-copy">
tradefed.sh
</pre>
<p>