Use new UnsupportedAppUsage annotation. am: 0b1b0c9ceb am: 8c8647ce5c am: ee58ce6a19

Change-Id: I8e29389c85d0176759a58d0bba4899b1a39d2d19
diff --git a/scripts/repackage-common.sh b/scripts/repackage-common.sh
index 94af157..5f1e058 100644
--- a/scripts/repackage-common.sh
+++ b/scripts/repackage-common.sh
@@ -226,7 +226,7 @@
 if [[ -f "${UNSUPPORTED_APP_USAGE_FILE}" ]]; then
   # Check to ensure that all the requested annotations were added.
   checkChangeLog <(grep @location "${UNSUPPORTED_APP_USAGE_FILE}" | grep -vE "[[:space:]]*//" | cut -f4 -d\" | sort -u) \
-      "@dalvik.annotation.compat.UnsupportedAppUsage" \
+      "@android.compat.annotation.UnsupportedAppUsage" \
       "UnsupportedAppUsage annotations were not added at the following locations from ${UNSUPPORTED_APP_USAGE_FILE}:"
 fi