Build: Add @NonNull for PREVIEW_SDK_FINGERPRINT.

Addresses API council feedback.

Test: make update-api && make checkapi
Bug: 126702454
Change-Id: I99137ac33ebf011f179b19a35a7a83d062865430
This commit is contained in:
Narayan Kamath
2019-03-08 17:08:07 +00:00
parent 095adc27dc
commit 714bf4968e
2 changed files with 2 additions and 2 deletions

View File

@@ -5210,7 +5210,7 @@ package android.os {
}
public static class Build.VERSION {
field public static final String PREVIEW_SDK_FINGERPRINT;
field @NonNull public static final String PREVIEW_SDK_FINGERPRINT;
}
public final class ConfigUpdate {

View File

@@ -306,7 +306,7 @@ public class Build {
* @hide
*/
@SystemApi
public static final String PREVIEW_SDK_FINGERPRINT = SystemProperties.get(
@NonNull public static final String PREVIEW_SDK_FINGERPRINT = SystemProperties.get(
"ro.build.version.preview_sdk_fingerprint", "REL");
/**