summaryrefslogtreecommitdiff
path: root/sdk/java_sdk_test.go
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2020-06-26 22:08:43 +0100
committerPaul Duffin <paulduffin@google.com>2020-07-08 16:46:16 +0100
commit80342d72d0d1a1367f96a09b1d151b59fe78dd1c (patch)
tree2702ceb26f3887c7c1150a0e4ac4e590adedd5e7 /sdk/java_sdk_test.go
parent44f1d8404be0159ea95f74b0645157e74fe1b86e (diff)
Restrict replacements of source dependencies with prebuilts
Previously, when java_sdk_library_import was preferred over a java_sdk_library the latter ends up depending on the prebuilt child modules created by the java_sdk_library_import instead of the source child modules that it created itself. That was because all dependencies on those source child modules were replaced with the corresponding prebuilt child modules. This change prevents those dependencies from being replaced to preserve the dependencies from java_sdk_library onto its source child modules by making the replacement conditional depending on the tag used. It also updates the affected test. Bug: 159902351 Test: m nothing Change-Id: I4441b901dedfd44b9769df1ac2e248b94834cf85
Diffstat (limited to 'sdk/java_sdk_test.go')
0 files changed, 0 insertions, 0 deletions