aboutsummaryrefslogtreecommitdiff
path: root/en/compatibility/cts/setup.html
diff options
context:
space:
mode:
Diffstat (limited to 'en/compatibility/cts/setup.html')
-rw-r--r--en/compatibility/cts/setup.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/en/compatibility/cts/setup.html b/en/compatibility/cts/setup.html
index e22f2fdd..65bd8480 100644
--- a/en/compatibility/cts/setup.html
+++ b/en/compatibility/cts/setup.html
@@ -68,8 +68,8 @@ the Stand-alone SDK Tools</a>.</p>
following command assumes you've opened the package archive in your home
directory:</p>
<hr>
-<pre>
-$ export PATH=$PATH:$HOME/android-sdk-linux/build-tools/&lt;version&gt;
+<pre class="devsite-terminal devsite-click-to-copy">
+export PATH=$PATH:$HOME/android-sdk-linux/build-tools/&lt;version&gt;
</pre>
<p class="note"><strong>Note:</strong> Please ensure your starting path and
@@ -132,7 +132,7 @@ property is the first API level the device was commercially launched with.</p>
<p>OEMs can add <code>PRODUCT_PROPERTY_OVERRIDES</code> into their device.mk file to set
this property, as shown in the following example: </p>
-<pre>
+<pre class="devsite-click-to-copy">
#ro.product.first_api_level indicates the first api level, device has been commercially launched on.
PRODUCT_PROPERTY_OVERRIDES +=\
ro.product.first_api_level=21