summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/health/health-services-client/1.0.0-beta03/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'current/androidx/m2repository/androidx/health/health-services-client/1.0.0-beta03/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/health/health-services-client/1.0.0-beta03/Android.bp26
1 files changed, 1 insertions, 25 deletions
diff --git a/current/androidx/m2repository/androidx/health/health-services-client/1.0.0-beta03/Android.bp b/current/androidx/m2repository/androidx/health/health-services-client/1.0.0-beta03/Android.bp
index 9079dfdff..a2ab1a1c0 100644
--- a/current/androidx/m2repository/androidx/health/health-services-client/1.0.0-beta03/Android.bp
+++ b/current/androidx/m2repository/androidx/health/health-services-client/1.0.0-beta03/Android.bp
@@ -15,37 +15,15 @@ package {
}
android_library_import {
- name: "androidx.health_health-services-client-nodeps",
- aars: ["health-services-client-1.0.0-beta03.aar"],
- sdk_version: "34",
- apex_available: [
- "//apex_available:platform",
- "//apex_available:anyapex",
- ],
- min_sdk_version: "30",
- static_libs: [
- "androidx.annotation_annotation",
- "androidx.concurrent_concurrent-futures-ktx",
- "androidx.core_core-ktx",
- "guava",
- "guava-listenablefuture-prebuilt-jar",
- "kotlin-stdlib",
- "kotlinx_coroutines",
- "libprotobuf-java-lite",
- ],
-}
-
-android_library {
name: "androidx.health_health-services-client",
+ aars: ["health-services-client-1.0.0-beta03.aar"],
sdk_version: "34",
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
min_sdk_version: "30",
- manifest: "manifest/AndroidManifest.xml",
static_libs: [
- "androidx.health_health-services-client-nodeps",
"androidx.annotation_annotation",
"androidx.concurrent_concurrent-futures-ktx",
"androidx.core_core-ktx",
@@ -55,6 +33,4 @@ android_library {
"kotlinx_coroutines",
"libprotobuf-java-lite",
],
- java_version: "1.7",
}
-