summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2023-01-04 01:43:43 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-01-04 01:43:43 +0000
commitc06129bb98ae8657ff68173dfdbe3a87532e93c7 (patch)
tree3be2dc0510b6a016aabcf366c009c879fbd30d73 /Android.bp
parentd6b6abd031b8ef3a0fc76c3584128139232d5f93 (diff)
parent50e07cf4d4589560d38a83c93b6d4ff64181c6ee (diff)
Merge "Introduce an image preview view" into tm-qpr-dev am: 50e07cf4d4
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/IntentResolver/+/20822634 Change-Id: I9c10ffd7c9983a0352b6a730ec82789e049b6f27 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 047820e9..124a4b87 100644
--- a/Android.bp
+++ b/Android.bp
@@ -51,6 +51,12 @@ android_library {
"androidx.viewpager_viewpager",
"androidx.lifecycle_lifecycle-common-java8",
"androidx.lifecycle_lifecycle-extensions",
+ "androidx.lifecycle_lifecycle-runtime-ktx",
+ "androidx.lifecycle_lifecycle-viewmodel-ktx",
+ "kotlin-stdlib",
+ "kotlinx_coroutines",
+ "kotlinx-coroutines-android",
+ "//external/kotlinc:kotlin-annotations",
"guava",
],