Skyler Kaufman | 4443691 | 2011-04-07 15:11:52 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2010 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
Skyler Kaufman | 991ae4d | 2011-04-07 12:30:41 -0700 | [diff] [blame] | 17 | # Codenames, Tags, and Build Numbers # |
| 18 | |
| 19 | At a high level, Android development happens around families of |
| 20 | releases, which use code names ordered alphabetically after tasty |
| 21 | treats. |
| 22 | |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 23 | ## Platform code names, versions, API levels, and NDK releases ## |
| 24 | |
Skyler Kaufman | 991ae4d | 2011-04-07 12:30:41 -0700 | [diff] [blame] | 25 | The code names match the following version numbers, along with |
| 26 | API levels and NDK releases provided for convenience: |
| 27 | |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 28 | Code name | Version | API level |
| 29 | ---------------|--------------|------------ |
| 30 | (no code name) | 1.0 | API level 1 |
| 31 | (no code name) | 1.1 | API level 2 |
| 32 | Cupcake | 1.5 | API level 3, NDK 1 |
| 33 | Donut | 1.6 | API level 4, NDK 2 |
| 34 | Eclair | 2.0 | API level 5 |
| 35 | Eclair | 2.0.1 | API level 6 |
Jean-Baptiste Queru | 3a49c68 | 2011-05-09 09:29:18 -0700 | [diff] [blame^] | 36 | Eclair | 2.1 (incl. 2.1-update 1) | API level 7, NDK 3 |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 37 | Froyo | 2.2.x | API level 8, NDK 4 |
| 38 | Gingerbread | 2.3 - 2.3.2 | API level 9, NDK 5 |
Jean-Baptiste Queru | 3a49c68 | 2011-05-09 09:29:18 -0700 | [diff] [blame^] | 39 | Gingerbread | 2.3.3 - 2.3.4 | API level 10 |
| 40 | Honeycomb | 3.0 | API level 11 |
| 41 | Honeycomb | 3.1 | API level 12 |
Skyler Kaufman | 991ae4d | 2011-04-07 12:30:41 -0700 | [diff] [blame] | 42 | |
| 43 | Starting with Cupcake, individual builds are identified with a short |
| 44 | build code, e.g. FRF85B. The first letter is the code name of the |
| 45 | release family, e.g. F is Froyo. The second letter is a branch code |
| 46 | that allows Google to identify the exact code branch that the build |
| 47 | was made from, and R is by convention the primary release branch. |
| 48 | The next letter and two digits are a date code. The letter counts |
| 49 | quarters, with A being Q1 2009. Therefore, F is Q2 2010. The two |
| 50 | digits count days within the quarter, so F85 is June 24 2010. |
| 51 | Finally, the last letter identifies individual versions related to |
| 52 | the same date code, sequentially starting with A; A is actually |
| 53 | implicit and usually omitted for brevity. The date code is not |
| 54 | guaranteed to be the exact date at which a build was made, and it is |
| 55 | common that minor variations added to an existing build re-use the |
| 56 | same date code as that existing build. |
| 57 | |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 58 | ## Source code tags and builds ## |
| 59 | |
Skyler Kaufman | 991ae4d | 2011-04-07 12:30:41 -0700 | [diff] [blame] | 60 | Starting with Donut, the exact list of tags and builds is in the |
| 61 | following table: |
| 62 | |
| 63 | Build | Tag | Notes |
| 64 | -------|--------------------|----------------------------------- |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 65 | DRC83 | android-1.6_r1.1 | earliest Donut version, ADP1, ADP2 |
Skyler Kaufman | 991ae4d | 2011-04-07 12:30:41 -0700 | [diff] [blame] | 66 | DRC92 | android-1.6_r1.2 |
| 67 | DRD08 | android-1.6_r1.3 |
| 68 | DRD20 | android-1.6_r1.4 |
| 69 | DMD64 | android-1.6_r1.5 | latest Donut version |
| 70 | ESD20 | android-2.0_r1 | earliest Eclair version |
| 71 | ESD56 | android-2.0.1_r1 |
| 72 | ERD79 | android-2.1_r1 | Nexus One |
| 73 | ERE27 | android-2.1_r2 | Nexus One |
| 74 | EPE54B | android-2.1_r2.1p | Nexus One |
| 75 | ESE81 | android-2.1_r2.1s |
| 76 | EPF21B | android-2.1_r2.1p2 | latest Eclair version |
| 77 | FRF85B | android-2.2_r1 | earliest Froyo version, Nexus One |
| 78 | FRF91 | android-2.2_r1.1 | Nexus One |
| 79 | FRG01B | android-2.2_r1.2 |
| 80 | FRG22D | android-2.2_r1.3 |
| 81 | FRG83 | android-2.2.1_r1 | Nexus One |
| 82 | FRG83D | android-2.2.1_r2 | Nexus One |
| 83 | FRG83G | android-2.2.2_r1 | latest Froyo version, Nexus One |
| 84 | GRH55 | android-2.3_r1 | earliest Gingerbread version, Nexus S |
| 85 | GRH78 | android-2.3.1_r1 | Nexus S |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 86 | GRH78C | android-2.3.2_r1 | Nexus S |
Jean-Baptiste Queru | 3a49c68 | 2011-05-09 09:29:18 -0700 | [diff] [blame^] | 87 | GRI40 | android-2.3.3_r1 | Nexus One, Nexus S |
| 88 | GRJ22 | android-2.3.4_r1 | latest Gingerbread version, Nexus One, Nexus S, Nexus S 4G |
Skyler Kaufman | 991ae4d | 2011-04-07 12:30:41 -0700 | [diff] [blame] | 89 | |
| 90 | The branches donut, eclair, froyo, gingerbread represent development |
| 91 | branches that do not exactly match configurations that were tested |
| 92 | by Google. They might contain a variety of changes in addition to |
| 93 | the official tagged releases, and those haven't been as thoroughly |
| 94 | tested. |
| 95 | |
Jean-Baptiste Queru | b4d39b4 | 2011-04-11 13:53:58 -0700 | [diff] [blame] | 96 | ## Honeycomb GPL modules ## |
| 97 | |
| 98 | For Honeycomb, the entire platform source code isn't available. |
| 99 | However, the parts of Honeycomb licensed under the GPL and LGPL |
| 100 | are available under the following tags: |
| 101 | |
| 102 | Build | Tag | Notes |
| 103 | -------|--------------------|----------------------------------- |
Jean-Baptiste Queru | 3a49c68 | 2011-05-09 09:29:18 -0700 | [diff] [blame^] | 104 | HRI39 | android-3.0_r1 | earliest Honeycomb version |
| 105 | HRI66 | android-3.0_r1.1 |
| 106 | HWI69 | android-3.0_r1.2 |
| 107 | HRI93 | android-3.0_r1.3 |
| 108 | HMJ37 | android-3.1_r1 | latest Honeycomb version |