summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/annotation/annotation-jvm/1.8.0-beta01/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/annotation/annotation-jvm/1.8.0-beta01/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/annotation/annotation-jvm/1.8.0-beta01/Android.bp16
1 files changed, 15 insertions, 1 deletions
diff --git a/current/androidx/m2repository/androidx/annotation/annotation-jvm/1.8.0-beta01/Android.bp b/current/androidx/m2repository/androidx/annotation/annotation-jvm/1.8.0-beta01/Android.bp
index 07edd1bcd..456dcc675 100644
--- a/current/androidx/m2repository/androidx/annotation/annotation-jvm/1.8.0-beta01/Android.bp
+++ b/current/androidx/m2repository/androidx/annotation/annotation-jvm/1.8.0-beta01/Android.bp
@@ -15,7 +15,7 @@ package {
}
java_import {
- name: "androidx.annotation_annotation",
+ name: "androidx.annotation_annotation-nodeps",
jars: ["annotation-jvm-1.8.0-beta01.jar"],
sdk_version: "34",
host_supported: true,
@@ -24,7 +24,21 @@ java_import {
"//apex_available:anyapex",
],
min_sdk_version: "24",
+}
+
+java_library_static {
+ name: "androidx.annotation_annotation",
+ sdk_version: "34",
+ host_supported: true,
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "24",
static_libs: [
+ "androidx.annotation_annotation-nodeps",
"kotlin-stdlib",
],
+ java_version: "1.7",
}
+