Merge "Stop depending on source for libcore UnsupportedAppUsage annotation"

This commit is contained in:
Paul Duffin
2019-10-10 22:37:04 +00:00
committed by Gerrit Code Review

View File

@@ -417,7 +417,9 @@ java_library {
srcs: [ srcs: [
"core/java/android/annotation/IntDef.java", "core/java/android/annotation/IntDef.java",
"core/java/android/annotation/UnsupportedAppUsage.java", "core/java/android/annotation/UnsupportedAppUsage.java",
":unsupportedappusage_annotation_files", ],
static_libs: [
"art.module.api.annotations",
], ],
sdk_version: "core_current", sdk_version: "core_current",