summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-05-23 04:38:54 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-05-23 04:38:54 +0000
commit7ea1ff17846cea1c9b8dc7f8da9aa7a97fece395 (patch)
tree95e5ab35969db53585d333533514b20f31b4c552
parentcb69847365a10fc261d446a6770eb142bd3fa88c (diff)
parent427d3732edfd4e6d9cab7daaec9f1fda9364b2d0 (diff)
downloaddata-binding-7ea1ff17846cea1c9b8dc7f8da9aa7a97fece395.tar.gz
Snap for 6517240 from 427d3732edfd4e6d9cab7daaec9f1fda9364b2d0 to studio-4.1-release
Change-Id: Ie1a90ba690430f44ceb3e2c65f03a64580fad06d
-rw-r--r--BUILD.bazel5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 7ec7436f..817ac61a 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -354,13 +354,13 @@ gradle_build(
"extensions/gradlew.bat",
],
),
+ max_workers = 1, # b/155772061
output_file = "data_binding_runtime_androidx.zip",
output_file_source = "local_repo_zip/dataBindingRuntimeRepo.zip",
repos = [
"//tools/base/build-system:gradle_plugin_repo.zip",
":external_deps.zip",
],
- tags = ["no_mac"],
tasks = ["createArchive"],
)
@@ -386,13 +386,13 @@ gradle_build(
"extensions-support/gradlew.bat",
],
),
+ max_workers = 1, # b/155772061
output_file = "data_binding_runtime_support.zip",
output_file_source = "local_repo_zip/dataBindingRuntimeRepo.zip",
repos = [
"//tools/base/build-system:gradle_plugin_repo.zip",
":external_deps.zip",
],
- tags = ["no_mac"],
tasks = ["createArchive"],
)
@@ -427,6 +427,5 @@ merge_jars(
"//tools/data-binding:data_binding_runtime_support.zip",
"//tools/data-binding:data_binding_runtime_androidx.zip",
],
- tags = ["no_mac"],
visibility = ["//visibility:public"],
)