Fix issue #2258571: Fix build versions

Update the definition of SDK 6, remove all new APIs from it.

Change-Id: Id96827f630ab46279d9ad8d3f7498e5515e0a688
This commit is contained in:
Dianne Hackborn
2009-11-12 16:11:36 -08:00
parent 4dd6fee7e4
commit 1778776cf1
3 changed files with 10 additions and 1449 deletions

1453
api/6.xml

File diff suppressed because it is too large Load Diff

View File

@@ -99850,7 +99850,7 @@
visibility="public"
>
</field>
<field name="ECLAIR_MR1"
<field name="ECLAIR_0_1"
type="int"
transient="false"
volatile="false"

View File

@@ -158,9 +158,9 @@ public class Build {
public static final int ECLAIR = 5;
/**
* Current work on Eclair MR1.
* December 2009: Android 2.0.1
*/
public static final int ECLAIR_MR1 = 6;
public static final int ECLAIR_0_1 = 6;
}
/** The type of build, like "user" or "eng". */