Merge "Move FIRST_SDK_INT to @TestApi." into pi-dev am: fee443bfab

am: 9d81c54bc8

Change-Id: Iff5a6cb3e48402cf56e1641db4e8fd15d6de7ffb
This commit is contained in:
Jeff Sharkey
2018-03-27 02:37:11 +00:00
committed by android-build-merger
3 changed files with 3 additions and 1 deletions

View File

@@ -242,7 +242,9 @@ public class Build {
* Possible values are defined in {@link Build.VERSION_CODES}.
*
* @see #SDK_INT
* @hide
*/
@TestApi
public static final int FIRST_SDK_INT = SystemProperties
.getInt("ro.product.first_api_level", 0);