summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorArtur Satayev <satayev@google.com>2020-03-25 14:53:39 +0000
committerArtur Satayev <satayev@google.com>2020-03-26 14:26:14 +0000
commitbbccaf70fcaefcb3c74a4cc24af8643d34e8ee72 (patch)
tree7109871f6b8ac3eb475f17f329940925051aadb9 /Android.bp
parentf87fe63af110b06ebaa9f5b3d246139aef90a92a (diff)
Remove unsupportedappusage-annotation library.
It is not needed anymore, and is replaced by "unsupportedappusage" library. Bug: 145132366 Test: m Change-Id: I589b3f80979e38ff81ff5f0ad2de1ae8df9c9f00 Merged-In: I589b3f80979e38ff81ff5f0ad2de1ae8df9c9f00 Exempt-From-Owner-Approval: clean up (cherry picked from commit fc864b4acf8dbd712da5e3ae7fdd7c008056906e)
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/Android.bp b/Android.bp
index d298af2ce0b9..fec632df73d1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -543,22 +543,6 @@ platform_compat_config {
src: ":framework-annotation-proc",
}
-// A library including just UnsupportedAppUsage.java classes.
-//
-// Provided for target so that libraries can use it without depending on
-// the whole of framework or the core platform API.
-//
-// Built for host so that the annotation processor can also use this annotation.
-java_library {
- name: "unsupportedappusage-annotation",
- host_supported: true,
- srcs: [
- "core/java/android/annotation/IntDef.java",
- ],
-
- sdk_version: "core_current",
-}
-
// A temporary build target that is conditionally included on the bootclasspath if
// android.test.base library has been removed and which provides support for
// maintaining backwards compatibility for APKs that target pre-P and depend on