summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Satayev <satayev@google.com>2019-12-17 07:24:50 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-12-17 07:24:50 -0800
commit8c8647ce5c18dda9b4f4e36e9fb090d5608c6bf9 (patch)
treefc6a89dfe9b5e6b80d8f1a00a00b34541ec763f3
parent557e8a2687abe54bf1d581e4424d08391501ee1d (diff)
parent0b1b0c9cebde8fbd95e61c86df9ca72c232eb822 (diff)
downloadcurrysrc-8c8647ce5c18dda9b4f4e36e9fb090d5608c6bf9.tar.gz
Use new UnsupportedAppUsage annotation.
am: 0b1b0c9ceb Change-Id: Ib4d582cb000253e9b942bd2c8bd588bcd9fac5ea
-rw-r--r--scripts/repackage-common.sh2
1 files changed, 1 insertions, 1 deletions
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 @@ fi
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