diff options
| author | Dianne Hackborn <hackbod@google.com> | 2009-11-12 16:11:36 -0800 |
|---|---|---|
| committer | Dianne Hackborn <hackbod@google.com> | 2009-11-12 17:02:03 -0800 |
| commit | 1778776cf1349a5f275945c53edcd1454d58639c (patch) | |
| tree | ed258a700de0330f3a8a227babfa22c834d2a665 /core/java/android/os | |
| parent | 4dd6fee7e444c65f3613b4126124622b32a5d4ff (diff) | |
| download | frameworks_base-1778776cf1349a5f275945c53edcd1454d58639c.zip frameworks_base-1778776cf1349a5f275945c53edcd1454d58639c.tar.gz frameworks_base-1778776cf1349a5f275945c53edcd1454d58639c.tar.bz2 | |
Fix issue #2258571: Fix build versions
Update the definition of SDK 6, remove all new APIs from it.
Change-Id: Id96827f630ab46279d9ad8d3f7498e5515e0a688
Diffstat (limited to 'core/java/android/os')
| -rw-r--r-- | core/java/android/os/Build.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/os/Build.java b/core/java/android/os/Build.java index d4aaba3..ee18e88 100644 --- a/core/java/android/os/Build.java +++ b/core/java/android/os/Build.java @@ -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". */ |
