commit | 42729b481a9ce4aa74b122cb1f518a235742cf82 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Jun 06 19:10:41 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 06 19:10:41 2019 +0000 |
tree | 4f4a992577359ef39e6b5c5de07ec33ea10c9332 | |
parent | 6d376a0de8009d58f71c5f8cebd0803a7552fb66 [diff] | |
parent | d9bf9be00785d10be8b961843b53b004d0c600d4 [diff] |
Merge "Allow arch-specific `symlink_preferred_arch` properties."
diff --git a/cc/binary.go b/cc/binary.go index 8428d7e..941f131 100644 --- a/cc/binary.go +++ b/cc/binary.go
@@ -36,7 +36,7 @@ Prefix_symbols *string // if set, install a symlink to the preferred architecture - Symlink_preferred_arch *bool + Symlink_preferred_arch *bool `android:"arch_variant"` // install symlinks to the binary. Symlink names will have the suffix and the binary // extension (if any) appended