From c130801a676adcd9f328945f89b282a1a59fd83e Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Thu, 10 Oct 2019 16:33:42 +0100 Subject: Stop depending on source for libcore UnsupportedAppUsage annotation Replaces use of the unsupportedappusage_annotation_files filegroup (which is very poorly named) with the better named library art.module.api.annotations. Bug: 142113521 Test: m java Change-Id: I8db63bd3d7e3c40953551544792d8863493ef956 --- Android.bp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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", -- cgit v1.2.3-59-g8ed1b