aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:57:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 15:57:00 +0000
commit61d87c5a95d340eb6f570cb26911f546e52ff154 (patch)
treedc67daa53a300a35d4109b4ece5c2ddc6b374c49
parent22fd2541629ca0ca593f58fbd3bc907fe4e12661 (diff)
parent49fa8fcd452e29ac52a36106f6c31b728ef6e467 (diff)
downloadkotlinx.coroutines-android13-frc-os-statsd-release.tar.gz
Snap for 8512216 from 49fa8fcd452e29ac52a36106f6c31b728ef6e467 to tm-frc-os-statsd-releaset_frc_sta_330443010android13-frc-os-statsd-release
Change-Id: Ic77e933abe7989578e564d7a90144e43e1b9db74
-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"],
+}