summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha01/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha01/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha01/Android.bp10
1 files changed, 1 insertions, 9 deletions
diff --git a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha01/Android.bp b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha01/Android.bp
index 5036ac20d..fcad370be 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha01/Android.bp
+++ b/current/androidx/m2repository/androidx/room/room-compiler-processing/2.7.0-alpha01/Android.bp
@@ -15,15 +15,9 @@ package {
}
java_import_host {
- name: "androidx.room_room-compiler-processing-nodeps",
- jars: ["room-compiler-processing-2.7.0-alpha01.jar"],
- sdk_version: "34",
-}
-
-java_library_host {
name: "androidx.room_room-compiler-processing",
+ jars: ["room-compiler-processing-2.7.0-alpha01.jar"],
static_libs: [
- "androidx.room_room-compiler-processing-nodeps",
"auto_common",
"auto_value_annotations",
"guava",
@@ -35,6 +29,4 @@ java_library_host {
"kotlinpoet-javapoet",
"symbol-processing-api",
],
- java_version: "1.7",
}
-