aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-15 01:03:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-15 01:03:39 +0000
commitb992ece32ea0c221f46842ae7ecad8164ab77101 (patch)
treedc67daa53a300a35d4109b4ece5c2ddc6b374c49
parent4beb5125178d31e73d6b74f0cea536ec34124922 (diff)
parent49fa8fcd452e29ac52a36106f6c31b728ef6e467 (diff)
downloadkotlinx.coroutines-android13-release.tar.gz
Change-Id: Id36b3a0aaf6fd848a714ffc6576e3c1f11069fa3
-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"],
+}