diff options
author | 2021-01-26 03:16:49 -0500 | |
---|---|---|
committer | 2021-01-26 09:15:01 -0500 | |
commit | 885ee7ad86b9ae00d76e417475f02ed359498d97 (patch) | |
tree | dd20da60bf661e32dce7deb9343a60b15f9cfef0 /zip/zip.go | |
parent | dcc329af9fa181feb9ab3271ce02a05969825c19 (diff) |
bp2build: support genrule $(location) and $(locations)
Soong genrules support $(location) and $(locations) cmd variable
shortcuts without labels. The shortcut is for the location of the first
tool module from the concatenation of the tools and tool_files
properties.
Bazel doesn't support this shortcut, so the bp2build mapping needs to
support it.
Documentation:
https://cs.android.com/android/platform/superproject/+/master:build/soong/genrule/genrule.go;l=95-96;drc=316e07c593ab66599c74725cf482dedbb32b2875
Code: https://cs.android.com/android/platform/superproject/+/master:build/soong/genrule/genrule.go;l=236-246;drc=316e07c593ab66599c74725cf482dedbb32b2875
Test: build_conversion_test.go
Test: TH
Change-Id: I8aa98ae460af3a3fbb0a7835572518680dc7ade1
Diffstat (limited to 'zip/zip.go')
0 files changed, 0 insertions, 0 deletions