Use new UnsupportedAppUsage annotation.

Existing annotations in libcore/ and frameworks/ will deleted after the migration. This also means that any java library that compiles @UnsupportedAppUsage requires a direct dependency on "unsupportedappusage" java_library.

Bug: 145132366
Test: m && diff unsupportedappusage_index.csv
Change-Id: Icc86857773402b80d5204f24e6fdc49e5377d54a
Merged-In: Icc86857773402b80d5204f24e6fdc49e5377d54a
diff --git a/Android.bp b/Android.bp
index 0ff7f0f..c287b8d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -66,6 +66,7 @@
         "voip-common",
         "ims-common",
         "services",
+        "unsupportedappusage",
     ],
     static_libs: [
         "android.hardware.radio.config-V1.0-java-shallow",