aboutsummaryrefslogtreecommitdiff
path: root/en/compatibility
diff options
context:
space:
mode:
authorAndroid Partner Docs <noreply@android.com>2017-11-20 08:43:57 -0800
committerClay Murphy <claym@google.com>2017-11-20 14:20:27 -0800
commit3027576c42897037427a7e0ce4c100206f74490c (patch)
tree421c685d611294966b45653e70b3567f1d63437c /en/compatibility
parent9a4762534c1ef21cc1d166716eca1a3dc4c770e1 (diff)
downloadsource.android.com-3027576c42897037427a7e0ce4c100206f74490c.tar.gz
Docs: Changes to source.android.com
- 176365996 Devsite localized content from translation request 36fc3b... by Android Partner Docs <noreply@android.com> - 176365994 Devsite localized content from translation request 29ecb2... by Android Partner Docs <noreply@android.com> - 176318336 Devsite localized content from translation request d25ba3... by Android Partner Docs <noreply@android.com> - 176195455 Add note to CTS section "GPS/GNSS" about port availability. by Christina Nguyen <cqn@google.com> - 176110625 Devsite localized content from translation request aec37a... by Android Partner Docs <noreply@android.com> - 176110530 Devsite localized content from translation request ac14a0... by Android Partner Docs <noreply@android.com> - 176110525 Devsite localized content from translation request 7d4488... by Android Partner Docs <noreply@android.com> - 176001918 Update displayed error message to reflect "what is". (Tho... by Billy Lamberta <blamb@google.com> - 175980378 Update Motorola link by Android Partner Docs <noreply@android.com> - 175972776 Devsite localized content from translation request 21d570... by Android Partner Docs <noreply@android.com> - 175925123 Publish localized security bulletins by Danielle Roberts <daroberts@google.com> - 175921366 Update CTS/CTS-Verifier downloads for CTS-Dec-2017 Releases by Billy Lamberta <blamb@google.com> - 175915069 Put CTS supported platforms in a more distinct call-out. by Christina Nguyen <cqn@google.com> - 175908691 Update FMQ doc for indentations by Android Partner Docs <noreply@android.com> - 175905935 Devsite localized content from translation request 266989... by Android Partner Docs <noreply@android.com> - 175905631 Devsite localized content from translation request 255121... by Android Partner Docs <noreply@android.com> - 175905617 Devsite localized content from translation request 7e5691... by Android Partner Docs <noreply@android.com> - 175874683 Rename links from /source/... to /setup/... by Billy Lamberta <blamb@google.com> - 175774898 Devsite localized content from translation request 23a854... by Android Partner Docs <noreply@android.com> - 175754894 Update continuous localization for Setup tab by Danielle Roberts <daroberts@google.com> - 175754691 Top-level _translation.yaml: Ignore /setup/ directory (fo... by Billy Lamberta <blamb@google.com> - 175744774 Updating ril images and text flow by Heidi von Markham <hvm@google.com> - 175733952 Rename top-level 'Source' tab to 'Setup' tab. by Billy Lamberta <blamb@google.com> - 175720207 Moving layout summary to interfaces page by Heidi von Markham <hvm@google.com> - 175706780 Devsite localized content from translation request 0dea26... by Android Partner Docs <noreply@android.com> - 175703999 Changing GCM to FCM and links by Heidi von Markham <hvm@google.com> - 175698764 Point the "Year in Review" link to the latest available r... by Android Partner Docs <noreply@android.com> - 175599600 Fix missing and unnecessary tags. by Christina Nguyen <cqn@google.com> - 175589733 Remove unused tag by Christina Nguyen <cqn@google.com> PiperOrigin-RevId: 176365996 Change-Id: I3f5dcfd9b8c953b642b752c9c4e04313126eeee4
Diffstat (limited to 'en/compatibility')
-rw-r--r--en/compatibility/contact-us.html4
-rw-r--r--en/compatibility/cts/development.html7
-rw-r--r--en/compatibility/cts/downloads.html56
-rw-r--r--en/compatibility/cts/rotation-vector.html6
-rw-r--r--en/compatibility/cts/setup.html14
-rw-r--r--en/compatibility/cts/usb-audio.html6
-rw-r--r--en/compatibility/index.html2
7 files changed, 51 insertions, 44 deletions
diff --git a/en/compatibility/contact-us.html b/en/compatibility/contact-us.html
index e0462c0e..29d58528 100644
--- a/en/compatibility/contact-us.html
+++ b/en/compatibility/contact-us.html
@@ -25,7 +25,7 @@
<p>This page describes the
contact methods for inquiries regarding the Android compatibility program,
including the Compatibility Definition Document (CDD) and Compatibility Test
-Suite (CTS). See the <a href="/source/community.html">Community</a>
+Suite (CTS). See the <a href="/setup/community.html">Community</a>
page for communication channels regarding other topics.</p>
<h2
@@ -44,7 +44,7 @@ href="mailto:android-compatibility+subscribe@googlegroups.com">android-compatibi
</ul>
<p>To make best use of this list, please first read <a
-href="/source/community.html#getting-the-most-from-our-lists">Getting
+href="/setup/community.html#getting-the-most-from-our-lists">Getting
the Most from Our Lists</a> on the Community page. Users looking for help with
Android devices should contact their carrier or manufacturer for help.</p>
diff --git a/en/compatibility/cts/development.html b/en/compatibility/cts/development.html
index 249f1539..1329c2cc 100644
--- a/en/compatibility/cts/development.html
+++ b/en/compatibility/cts/development.html
@@ -24,7 +24,7 @@
<h2 id="initializing-your-repo-client">Initializing your Repo client</h2>
-<p>Follow the <a href="/source/downloading.html">instructions</a>
+<p>Follow the <a href="/setup/downloading.html">instructions</a>
to get and build the Android source code but specify a particular CTS branch
name, for example<code>-b android-5.0_r2</code>, when issuing the <code>repo
init</code> command. This assures your CTS changes will be included in the
@@ -41,7 +41,7 @@ for <code>TARGET_PRODUCT</code> to build for different architectures:
<code class="devsite-terminal">cd <em>/path/to/android/root</em></code>
<code class="devsite-terminal">make cts -j32 TARGET_PRODUCT=aosp_arm64</code>
<code class="devsite-terminal">cts-tradefed</code>
-</code></pre>
+</pre>
<p>At the cts-tf console, enter e.g.:</p>
<pre class="devsite-click-to-copy">
@@ -232,7 +232,7 @@ include $(call all-makefiles-under,$(LOCAL_PATH))
remove tests annotated with "BrokenTest" or "KnownFailure."</p>
<h2 id="submitting-your-changes">Submitting your changes</h2>
-<p>Follow the <a href="/source/submit-patches.html">Submitting Patches workflow</a>
+<p>Follow the <a href="/setup/submit-patches.html">Submitting Patches workflow</a>
to contribute changes to CTS. A reviewer
will be assigned to your change, and your change should be reviewed shortly!</p>
@@ -244,6 +244,7 @@ will be assigned to your change, and your change should be reviewed shortly!</p>
updated from time to time as CTS for the given Android version matures.</p>
<table>
+<thead>
<tr>
<th>Version</th>
<th>Branch</th>
diff --git a/en/compatibility/cts/downloads.html b/en/compatibility/cts/downloads.html
index 0c022d44..d6741f03 100644
--- a/en/compatibility/cts/downloads.html
+++ b/en/compatibility/cts/downloads.html
@@ -29,60 +29,60 @@ updated, new versions are added to this page. CTS versions are denoted by
R&lt;number&gt; in the link name.</p>
<h2 id="android-80">Android 8.0</h2>
-<p>Android 8.0 is the release of the development milestone code-named Oreo.
+<p>Android 8.0 is the release of the development milestone code-named Oreo.
The source code for the following tests can be synced with the
-'android-cts-8.0_r3' tag in the open-source tree.</p>
+'android-cts-8.0_r4' tag in the open-source tree.</p>
<ul>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-8.0_r3-linux_x86-arm.zip">Android
-8.0 R3 Compatibility Test Suite (CTS) - ARM</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-8.0_r4-linux_x86-arm.zip">Android
+8.0 R4 Compatibility Test Suite (CTS) - ARM</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-8.0_r3-linux_x86-x86.zip">Android
-8.0 R3 Compatibility Test Suite (CTS) - x86</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-8.0_r4-linux_x86-x86.zip">Android
+8.0 R4 Compatibility Test Suite (CTS) - x86</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-verifier-8.0_r3-linux_x86-arm.zip">Android
-8.0 R3 CTS Verifier - ARM</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-verifier-8.0_r4-linux_x86-arm.zip">Android
+8.0 R4 CTS Verifier - ARM</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-verifier-8.0_r3-linux_x86-x86.zip">Android
-8.0 R3 CTS Verifier - x86</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-verifier-8.0_r4-linux_x86-x86.zip">Android
+8.0 R4 CTS Verifier - x86</a></li>
</ul>
<h2 id="android-71">Android 7.1</h2>
<p>Android 7.1 is the release of the development milestone code-named Nougat-MR1.
The source code for the following tests can be synced with the
-'android-cts-7.1_r11' tag in the open-source tree.</p>
+'android-cts-7.1_r12' tag in the open-source tree.</p>
<ul>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-7.1_r11-linux_x86-arm.zip">Android
-7.1 R11 Compatibility Test Suite (CTS) - ARM</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-7.1_r12-linux_x86-arm.zip">Android
+7.1 R12 Compatibility Test Suite (CTS) - ARM</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-7.1_r11-linux_x86-x86.zip">Android
-7.1 R11 Compatibility Test Suite (CTS) - x86</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-7.1_r12-linux_x86-x86.zip">Android
+7.1 R12 Compatibility Test Suite (CTS) - x86</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-verifier-7.1_r11-linux_x86-arm.zip">Android
-7.1 R11 CTS Verifier - ARM</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-verifier-7.1_r12-linux_x86-arm.zip">Android
+7.1 R12 CTS Verifier - ARM</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-verifier-7.1_r11-linux_x86-x86.zip">Android
-7.1 R11 CTS Verifier - x86</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-verifier-7.1_r12-linux_x86-x86.zip">Android
+7.1 R12 CTS Verifier - x86</a></li>
</ul>
<h2 id="android-70">Android 7.0</h2>
<p>Android 7.0 is the release of the development milestone code-named Nougat.
The source code for the following tests can be synced with the
-'android-cts-7.0_r15' tag in the open-source tree.</p>
+'android-cts-7.0_r16' tag in the open-source tree.</p>
<ul>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-7.0_r15-linux_x86-arm.zip">Android
-7.0 R15 Compatibility Test Suite (CTS) - ARM</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-7.0_r16-linux_x86-arm.zip">Android
+7.0 R16 Compatibility Test Suite (CTS) - ARM</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-7.0_r15-linux_x86-x86.zip">Android
-7.0 R15 Compatibility Test Suite (CTS) - x86</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-7.0_r16-linux_x86-x86.zip">Android
+7.0 R16 Compatibility Test Suite (CTS) - x86</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-verifier-7.0_r15-linux_x86-arm.zip">Android
-7.0 R15 CTS Verifier - ARM</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-verifier-7.0_r16-linux_x86-arm.zip">Android
+7.0 R16 CTS Verifier - ARM</a></li>
<li><a
-href="https://dl.google.com/dl/android/cts/android-cts-verifier-7.0_r15-linux_x86-x86.zip">Android
-7.0 R15 CTS Verifier - x86</a></li>
+href="https://dl.google.com/dl/android/cts/android-cts-verifier-7.0_r16-linux_x86-x86.zip">Android
+7.0 R16 CTS Verifier - x86</a></li>
</ul>
<h2 id="android-60">Android 6.0</h2>
diff --git a/en/compatibility/cts/rotation-vector.html b/en/compatibility/cts/rotation-vector.html
index 9abff4eb..b10c4203 100644
--- a/en/compatibility/cts/rotation-vector.html
+++ b/en/compatibility/cts/rotation-vector.html
@@ -30,9 +30,9 @@ full-resolution image linked above.
</p>
</div>
<p>This page provides the steps to properly test the compatibility of your <a
-href="https://source.android.com/devices/sensors/sensor-types.html#rotation_vector">rotation
-vector sensor</a> implementation. This test should be run when the device declares
-the TYPE_ROTATION_VECTOR composite sensor feature. See this <a
+href="/devices/sensors/sensor-types.html#rotation_vector">rotation vector
+sensor</a> implementation. This test should be run when the device declares the
+TYPE_ROTATION_VECTOR composite sensor feature. See this <a
href="https://www.youtube.com/watch?v=MsDVmsH1PaI">video tutorial</a> for
additional details.</p>
diff --git a/en/compatibility/cts/setup.html b/en/compatibility/cts/setup.html
index 16cc43a0..cb235b63 100644
--- a/en/compatibility/cts/setup.html
+++ b/en/compatibility/cts/setup.html
@@ -40,6 +40,12 @@ be of any kind, ranging from a satellite simulator, to a GPS/GNSS repeater of
outdoor signals, simply to placement of the DUT close enough to a window such that
it can directly receive enough GPS/GNSS signal.</p>
+<aside class="caution">
+ <strong>Caution:</strong> For the GPS testing, the internet connection setup
+ must not block connections to supl.google.com port 7276. This port is used to
+ download GPS assistance data for testing position calculation on the local device.
+</aside>
+
<h3 id=wifi>Wi-Fi and IPv6</h3>
<p>CTS tests require a Wi-Fi network that supports IPv6, can treat the Device
Under Test (DUT) as an isolated client, and has an internet
@@ -56,7 +62,8 @@ href="http://en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers">list of IPv6
tunnel brokers</a>.</p>
<h2 id=desktop_setup>Desktop machine setup</h2>
-<p>CTS currently supports 64-bit Linux and Mac OS host machines.</p>
+<aside class="caution"><strong>Caution:</strong> CTS currently supports 64-bit
+Linux and Mac OS host machines. CTS will not work on Windows OS.</aside>
<h3 id=adb>ADB and AAPT</h3>
<p>Before running the CTS, make sure you have recent versions of both <a
@@ -94,8 +101,7 @@ directory name are correct.</p>
8u45 or newer</a>.</li>
</ul>
<p>
-For details, see the <a href="https://source.android.com/source/requirements.html#jdk">JDK
-requirements</a>.
+For details, see the <a href="/setup/requirements.html#jdk">JDK requirements</a>.
</p>
<h3 id=CTS_files>CTS files</h3>
@@ -121,7 +127,7 @@ file for Ubuntu Linux.</p>
<p>A compatible device is defined as a device with a user/release-key signed
build, so your device should be running a system image based on the known to be
compatible user build (Android 4.0 and later) from <a
-href="/source/build-numbers.html">Codenames, Tags, and Build
+href="/setup/build-numbers.html">Codenames, Tags, and Build
Numbers</a>.<br>
<p class="caution"><strong>Caution:</strong> When used to confirm Android
diff --git a/en/compatibility/cts/usb-audio.html b/en/compatibility/cts/usb-audio.html
index b81a8909..4ef581d6 100644
--- a/en/compatibility/cts/usb-audio.html
+++ b/en/compatibility/cts/usb-audio.html
@@ -23,9 +23,9 @@
<p>
Several <a href="/compatibility/cts/">Android Compatibility Test Suite (CTS)</a>
-tests for <a href="https://source.android.com/devices/audio/usb">Android USB audio</a>
-require human intervention and the physical connection of USB audio
-peripherals. For these, additional CTS Verifier tests have been implemented.
+tests for <a href="/devices/audio/usb">Android USB audio</a> require human
+intervention and the physical connection of USB audio peripherals. For these,
+additional CTS Verifier tests have been implemented.
The requirements and protocols for these tests are explained in this document.
</p>
diff --git a/en/compatibility/index.html b/en/compatibility/index.html
index d053a587..a9051705 100644
--- a/en/compatibility/index.html
+++ b/en/compatibility/index.html
@@ -70,7 +70,7 @@ free, and it's easy</h2>
<p>To build an Android-compatible mobile device, follow this three-step
process:</p>
<ol>
-<li><em>Obtain the <a href="/source/index.html">Android software source
+<li><em>Obtain the <a href="/setup/index.html">Android software source
code</a></em>. This is the source code for the Android platform that you port
to your hardware.</li>
<li><em>Comply with the Android Compatibility Definition Document (CDD)</em>