aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-07-27 15:09:30 -0700
committerKeun young Park <keunyoung@google.com>2012-07-27 15:09:30 -0700
commit64ee27c1a7b22976b55a7b43378b396514cc343e (patch)
tree7db698b2ea9df061fc743611b995fa0b949c4fee
parent78447a6010950fd09d9143cd562d2623717cdc1f (diff)
downloadsource.android.com-64ee27c1a7b22976b55a7b43378b396514cc343e.tar.gz
fix errata
Change-Id: Icb7d1ea36e26e0c3dbb7b9d396d64e256b3a5434
-rw-r--r--src/compatibility/4.1/versions.md2
-rw-r--r--src/compatibility/cts-development.md2
-rw-r--r--src/compatibility/downloads.md4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/compatibility/4.1/versions.md b/src/compatibility/4.1/versions.md
index 26ae803d..9b04064d 100644
--- a/src/compatibility/4.1/versions.md
+++ b/src/compatibility/4.1/versions.md
@@ -26,7 +26,7 @@ running on their devices.
Because subsequent releases of the Android software may revise this string,
but not change any API behavior, such releases may not be accompanied by a new
Compatibility Definition Document. This page lists the versions that are
-allowable by an Android 4.0-based system. The only permitted values for
+allowable by an Android 4.1-based system. The only permitted values for
`android.os.Build.VERSION.RELEASE` for Android 4.1 are:
- 4.1
diff --git a/src/compatibility/cts-development.md b/src/compatibility/cts-development.md
index c1a6e243..6cee8793 100644
--- a/src/compatibility/cts-development.md
+++ b/src/compatibility/cts-development.md
@@ -19,7 +19,7 @@
## Initializing Your Repo Client ##
Follow the [instructions](/source/downloading.html)
-to get and build the Android source code but specify `-b android-4.0.3_r1`
+to get and build the Android source code but specify `-b android-4.1.1_r1`
when issuing the `repo init` command. This assures that your CTS
changes will be included in the next CTS release and beyond.
diff --git a/src/compatibility/downloads.md b/src/compatibility/downloads.md
index 8b29aa97..0c9c810a 100644
--- a/src/compatibility/downloads.md
+++ b/src/compatibility/downloads.md
@@ -26,8 +26,8 @@ Ice Cream Sandwich. Android 4.1.1 is the current version of Android. Source code
Android 4.1.1 is found in the 'android-4.1.1_r1' branch in the open-source tree.
- [Android 4.1 Compatibility Definition Document (CDD)](4.1/android-4.1-cdd.pdf)
-- [Android 4.1 R3 Compatibility Test Suite (CTS)](https://dl.google.com/dl/android/cts/android-cts-4.1_r1-linux_x86-arm.zip)
-- [Android 4.1 R2 CTS Verifier](https://dl.google.com/dl/android/cts/android-cts-verifier-4.1_r1-linux_x86-arm.zip)
+- [Android 4.1 R1 Compatibility Test Suite (CTS)](https://dl.google.com/dl/android/cts/android-cts-4.1_r1-linux_x86-arm.zip)
+- [Android 4.1 R1 CTS Verifier](https://dl.google.com/dl/android/cts/android-cts-verifier-4.1_r1-linux_x86-arm.zip)
## Android 4.0.3 ##