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

Commit 50351bd8 authored by Tobias Thierer's avatar Tobias Thierer Committed by android-build-merger
Browse files

Merge "Move value for the Build.CUR_DEVELOPMENT constant into libcore"

am: 3e6c189c

Change-Id: I981b746a28cda09d7a75fa79faeacb2cc58b1fc4
parents a31b7d38 3e6c189c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -245,7 +245,7 @@ public class Build {
         * Magic version number for a current development build, which has
         * not yet turned into an official release.
         */
        public static final int CUR_DEVELOPMENT = 10000;
        public static final int CUR_DEVELOPMENT = VMRuntime.SDK_VERSION_CUR_DEVELOPMENT;

        /**
         * October 2008: The original, first, version of Android.  Yay!