Merge commit '1778776cf1349a5f275945c53edcd1454d58639c' into eclair-mr2 * commit '1778776cf1349a5f275945c53edcd1454d58639c': Fix issue #2258571: Fix build versions
This commit is contained in:
@@ -99872,7 +99872,7 @@
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="ECLAIR_MR1"
|
||||
<field name="ECLAIR_0_1"
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
|
||||
@@ -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". */
|
||||
|
||||
Reference in New Issue
Block a user