summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-alpha02/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/work/work-runtime/2.10.0-alpha02/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/work/work-runtime/2.10.0-alpha02/Android.bp29
1 files changed, 1 insertions, 28 deletions
diff --git a/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-alpha02/Android.bp b/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-alpha02/Android.bp
index 9228b2d6e..12d51b5a8 100644
--- a/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-alpha02/Android.bp
+++ b/current/androidx/m2repository/androidx/work/work-runtime/2.10.0-alpha02/Android.bp
@@ -15,40 +15,15 @@ package {
}
android_library_import {
- name: "androidx.work_work-runtime-nodeps",
- aars: ["work-runtime-2.10.0-alpha02.aar"],
- sdk_version: "34",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- min_sdk_version: "19",
- static_libs: [
- "androidx.annotation_annotation-experimental",
- "androidx.concurrent_concurrent-futures-ktx",
- "androidx.core_core",
- "androidx.lifecycle_lifecycle-livedata",
- "androidx.lifecycle_lifecycle-service",
- "androidx.room_room-ktx",
- "androidx.startup_startup-runtime",
- "androidx.tracing_tracing-ktx",
- "guava-listenablefuture-prebuilt-jar",
- "kotlin-stdlib",
- "kotlinx_coroutines_android",
- ],
-}
-
-android_library {
name: "androidx.work_work-runtime",
+ aars: ["work-runtime-2.10.0-alpha02.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "19",
- manifest: "manifest/AndroidManifest.xml",
static_libs: [
- "androidx.work_work-runtime-nodeps",
"androidx.annotation_annotation-experimental",
"androidx.concurrent_concurrent-futures-ktx",
"androidx.core_core",
@@ -61,6 +36,4 @@ android_library {
"kotlin-stdlib",
"kotlinx_coroutines_android",
],
- java_version: "1.7",
}
-