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

Commit 8bacd9bd authored by Tobias Thierer's avatar Tobias Thierer
Browse files

Move value for the Build.CUR_DEVELOPMENT constant into libcore

This matches a corresponding libcore change. It is to allow
libcore to use this value as a default when no other value is
explicitly set, e.g. in the system server or during testing
with vogar.

Bug: 34072201
Test: Device boots with CLs from this CL's topic.
Change-Id: Id812339a343ecea84a08bfdf4b873f3b156a13d4
parent 924878a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -245,7 +245,7 @@ public class Build {
         * Magic version number for a current development build, which has
         * Magic version number for a current development build, which has
         * not yet turned into an official release.
         * 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!
         * October 2008: The original, first, version of Android.  Yay!