summaryrefslogtreecommitdiff
path: root/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-testing/2.8.0-alpha04/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-18 01:27:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-18 01:27:02 +0000
commit11b790d54f03223b720b4b8c932aa08dbca8e7b3 (patch)
tree59f519e7ba35c331d436a0640a30caedf7bdae7d /current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-testing/2.8.0-alpha04/Android.bp
parent3c95713c11ac4afe38adb6c493e2659f1f8a4e7e (diff)
parent95d2a3dab05601486eb9529ecdb340d95220e3f3 (diff)
downloadsdk-11b790d54f03223b720b4b8c932aa08dbca8e7b3.tar.gz
Merge "Snap for 11730676 from b34fb0492c25e4fc3ccebd132627b02cc60dee27 to sdk-release" into sdk-release
Diffstat (limited to 'current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-testing/2.8.0-alpha04/Android.bp')
-rw-r--r--current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-testing/2.8.0-alpha04/Android.bp21
1 files changed, 20 insertions, 1 deletions
diff --git a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-testing/2.8.0-alpha04/Android.bp b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-testing/2.8.0-alpha04/Android.bp
index b6a80dd63..1caa9b830 100644
--- a/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-testing/2.8.0-alpha04/Android.bp
+++ b/current/androidx/m2repository/androidx/lifecycle/lifecycle-runtime-testing/2.8.0-alpha04/Android.bp
@@ -15,7 +15,7 @@ package {
}
android_library_import {
- name: "androidx.lifecycle_lifecycle-runtime-testing",
+ name: "androidx.lifecycle_lifecycle-runtime-testing-nodeps",
aars: ["lifecycle-runtime-testing-2.8.0-alpha04.aar"],
sdk_version: "34",
apex_available: [
@@ -29,3 +29,22 @@ android_library_import {
"kotlinx_coroutines_android",
],
}
+
+android_library {
+ name: "androidx.lifecycle_lifecycle-runtime-testing",
+ sdk_version: "34",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ min_sdk_version: "19",
+ manifest: "manifest/AndroidManifest.xml",
+ static_libs: [
+ "androidx.lifecycle_lifecycle-runtime-testing-nodeps",
+ "androidx.lifecycle_lifecycle-runtime-ktx",
+ "kotlin-stdlib",
+ "kotlinx_coroutines_android",
+ ],
+ java_version: "1.7",
+}
+