aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Stephen Twigg <twigg@google.com>2017-01-04 12:00:23 -0500
committerGravatar Kristina Chodorow <kchodorow@google.com>2017-05-09 10:52:24 -0400
commit05ea0281ee4820a7fd70d166e140a8e0355d275b (patch)
tree8180bf915714454b4bfe27bb53e9f7bd3b9b0814 /scripts
parentf801f7c50c12ac84f540a40d1ffa03aa97e446b8 (diff)
java_common.create_provider now takes depsets )
rjars = java_common.create_provider( compile_time_jars = depset(), runtime_jars = merged_runtime.transitive_runtime_deps, ) This avoids linearizing the runtime_deps (with the corresponding memory issues). Must be a JavaProvider for proper interaction with native rules but cannot just be a simple merge since runtime_deps should not contribute to compile of the dependent rules. Note, this will effect a change of the already-released API; however, function marked as undocumented in an experimental object.... Change-Id: I54542a5d57c75e762b2276e0a1988816901a0def PiperOrigin-RevId: 155384266
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions