diff options
| author | 2019-10-10 22:37:04 +0000 | |
|---|---|---|
| committer | 2019-10-10 22:37:04 +0000 | |
| commit | 685d950fdfb3c7a270e47fe03c5dc68607f2ce5c (patch) | |
| tree | 4012d41b76f1e920fbd6d5e69988f1f40ee1aabf | |
| parent | 63df8520ff20bab04cfd330051150f14e8a99683 (diff) | |
| parent | c130801a676adcd9f328945f89b282a1a59fd83e (diff) | |
Merge "Stop depending on source for libcore UnsupportedAppUsage annotation"
| -rw-r--r-- | Android.bp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp index 8f5675f242e3..34b5e7e9b60b 100644 --- a/Android.bp +++ b/Android.bp @@ -417,7 +417,9 @@ java_library { srcs: [ "core/java/android/annotation/IntDef.java", "core/java/android/annotation/UnsupportedAppUsage.java", - ":unsupportedappusage_annotation_files", + ], + static_libs: [ + "art.module.api.annotations", ], sdk_version: "core_current", |