aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:58:53 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:58:53 +0000
commit940af0581ceaa1e8fbe291d4db65722f3fd5b23d (patch)
treedc67daa53a300a35d4109b4ece5c2ddc6b374c49
parentd090bf8ded649a5d634564984b5b6877268ef63c (diff)
parent49fa8fcd452e29ac52a36106f6c31b728ef6e467 (diff)
downloadkotlinx.coroutines-android13-frc-permission-release.tar.gz
Snap for 8512216 from 49fa8fcd452e29ac52a36106f6c31b728ef6e467 to tm-frc-permission-releaset_frc_per_330444010android13-frc-permission-release
Change-Id: I9871df0aff849df6aa09391f11fc4fa0c948f01b
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 0a3b2cff..5225d8c3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -141,3 +141,8 @@ java_library {
"//apex_available:anyapex"
],
}
+
+filegroup {
+ name: "kotlinx-coroutines-play-services",
+ srcs: ["integration/kotlinx-coroutines-play-services/src/**/*.kt"],
+}