Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ca191c2 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 1778776c: Fix issue #2258571: Fix build versions

Merge commit '1778776c' into eclair-mr2

* commit '1778776c':
  Fix issue #2258571: Fix build versions
parents 4834887e 1778776c
Loading
Loading
Loading
Loading
+7 −1446

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -99872,7 +99872,7 @@
 visibility="public"
>
</field>
<field name="ECLAIR_MR1"
<field name="ECLAIR_0_1"
 type="int"
 transient="false"
 volatile="false"
+2 −2
Original line number Diff line number Diff line
@@ -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". */