summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/glance/glance/1.1.0-beta01/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/glance/glance/1.1.0-beta01/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/glance/glance/1.1.0-beta01/Android.bp30
1 files changed, 1 insertions, 29 deletions
diff --git a/current/androidx/m2repository/androidx/glance/glance/1.1.0-beta01/Android.bp b/current/androidx/m2repository/androidx/glance/glance/1.1.0-beta01/Android.bp
index a30f01bfe..0cfafb442 100644
--- a/current/androidx/m2repository/androidx/glance/glance/1.1.0-beta01/Android.bp
+++ b/current/androidx/m2repository/androidx/glance/glance/1.1.0-beta01/Android.bp
@@ -15,41 +15,15 @@ package {
}
android_library_import {
- name: "androidx.glance_glance-nodeps",
- aars: ["glance-1.1.0-beta01.aar"],
- sdk_version: "34",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- min_sdk_version: "21",
- static_libs: [
- "androidx.annotation_annotation",
- "androidx.annotation_annotation-experimental",
- "androidx.compose.runtime_runtime",
- "androidx.compose.ui_ui-graphics",
- "androidx.compose.ui_ui-unit",
- "androidx.concurrent_concurrent-futures-ktx",
- "androidx.datastore_datastore-core",
- "androidx.datastore_datastore-preferences",
- "androidx.datastore_datastore-preferences-core",
- "androidx.work_work-runtime",
- "androidx.work_work-runtime-ktx",
- "kotlin-stdlib",
- ],
-}
-
-android_library {
name: "androidx.glance_glance",
+ aars: ["glance-1.1.0-beta01.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "21",
- manifest: "manifest/AndroidManifest.xml",
static_libs: [
- "androidx.glance_glance-nodeps",
"androidx.annotation_annotation",
"androidx.annotation_annotation-experimental",
"androidx.compose.runtime_runtime",
@@ -63,6 +37,4 @@ android_library {
"androidx.work_work-runtime-ktx",
"kotlin-stdlib",
],
- java_version: "1.7",
}
-