am 5d93de73: am 6dc3f4e5: Now that Eclair has been defined as API revision 5 mark Build.VERSION_CODES.ECLAIR as such.

Merge commit '5d93de7393bf01095e79af0f3586930ddd9ffeeb' into eclair-mr2-plus-aosp

* commit '5d93de7393bf01095e79af0f3586930ddd9ffeeb':
  Now that Eclair has been defined as API revision 5 mark Build.VERSION_CODES.ECLAIR as such.
This commit is contained in:
Jeff Hamilton
2009-10-12 10:24:16 -07:00
committed by Android Git Automerger
3 changed files with 3 additions and 3 deletions

View File

@@ -99380,7 +99380,7 @@
type="int"
transient="false"
volatile="false"
value="10000"
value="5"
static="true"
final="true"
deprecated="not deprecated"

View File

@@ -99380,7 +99380,7 @@
type="int"
transient="false"
volatile="false"
value="10000"
value="5"
static="true"
final="true"
deprecated="not deprecated"

View File

@@ -151,7 +151,7 @@ public class Build {
* the background tabs have a dark gray background.
* </ul>
*/
public static final int ECLAIR = CUR_DEVELOPMENT;
public static final int ECLAIR = 5;
}
/** The type of build, like "user" or "eng". */