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

Commit 5d93de73 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by Android Git Automerger
Browse files

am 6dc3f4e5: Now that Eclair has been defined as API revision 5 mark...

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

Merge commit '6dc3f4e5' into eclair-mr2

* commit '6dc3f4e5':
  Now that Eclair has been defined as API revision 5 mark Build.VERSION_CODES.ECLAIR as such.
parents a5e44bbd 6dc3f4e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99380,7 +99380,7 @@
 type="int"
 transient="false"
 volatile="false"
 value="10000"
 value="5"
 static="true"
 final="true"
 deprecated="not deprecated"
+1 −1
Original line number Diff line number Diff line
@@ -99380,7 +99380,7 @@
 type="int"
 transient="false"
 volatile="false"
 value="10000"
 value="5"
 static="true"
 final="true"
 deprecated="not deprecated"
+1 −1
Original line number Diff line number Diff line
@@ -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". */