summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/room/room-compiler/2.7.0-alpha01/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/room/room-compiler/2.7.0-alpha01/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/room/room-compiler/2.7.0-alpha01/Android.bp10
1 files changed, 1 insertions, 9 deletions
diff --git a/current/androidx/m2repository/androidx/room/room-compiler/2.7.0-alpha01/Android.bp b/current/androidx/m2repository/androidx/room/room-compiler/2.7.0-alpha01/Android.bp
index 9bbe57d70..33738d902 100644
--- a/current/androidx/m2repository/androidx/room/room-compiler/2.7.0-alpha01/Android.bp
+++ b/current/androidx/m2repository/androidx/room/room-compiler/2.7.0-alpha01/Android.bp
@@ -15,15 +15,9 @@ package {
}
java_import_host {
- name: "androidx.room_room-compiler-nodeps",
- jars: ["room-compiler-2.7.0-alpha01.jar"],
- sdk_version: "34",
-}
-
-java_library_host {
name: "androidx.room_room-compiler",
+ jars: ["room-compiler-2.7.0-alpha01.jar"],
static_libs: [
- "androidx.room_room-compiler-nodeps",
"androidx.room_room-common",
"androidx.room_room-compiler-processing",
"androidx.room_room-migration",
@@ -39,6 +33,4 @@ java_library_host {
"symbol-processing-api",
"xerial-sqlite-jdbc",
],
- java_version: "1.7",
}
-