Add SuppressLint to framework-annotations-lib
Not having this on the classpath causes metalava to ignore
@SuppressLint annotations on APIs.
(The annotation has CLASS retention).
Bug: 172266358
Test: m <framework-module>-check-current-api (with suppressions)
Change-Id: I4aeecf6f067f5c141c6f2a31c9e8b46df3ff7e6a
diff --git a/Android.bp b/Android.bp
index 14a2bff..f1a004d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -655,6 +655,7 @@
"core/java/android/annotation/RequiresPermission.java",
"core/java/android/annotation/SdkConstant.java",
"core/java/android/annotation/StringDef.java",
+ "core/java/android/annotation/SuppressLint.java",
"core/java/android/annotation/SystemApi.java",
"core/java/android/annotation/SystemService.java",
"core/java/android/annotation/TestApi.java",