Merge "Move value for the Build.CUR_DEVELOPMENT constant into libcore" am: 3e6c189c68
am: 50351bd85c
Change-Id: I155559d6c283e58c14995cec8423924ef14bd5b0
This commit is contained in:
@@ -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!
|
||||||
|
|||||||
Reference in New Issue
Block a user