Move FIRST_SDK_INT to @TestApi.

Test: atest android.os.cts.BuildTest
Bug: 71555186
Change-Id: I92732b930834d9c1e4150417bb3ee8b6839e2b3e
This commit is contained in:
Jeff Sharkey
2018-03-26 12:50:54 -06:00
parent b133cbfd0b
commit 1da8bb1d8e
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);