aboutsummaryrefslogtreecommitdiffstats
path: root/cc/binary.go
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-06-05 19:20:33 +0100
committerRoland Levillain <rpl@google.com>2019-06-05 19:38:45 +0100
commitd9bf9be00785d10be8b961843b53b004d0c600d4 (patch)
treecbaf7e90b89bd5027fcd63a1a643b3c57cd9fd8f /cc/binary.go
parentb4c35f33786175f19bcb69ee069ac64b7c699717 (diff)
downloadbuild_soong-d9bf9be00785d10be8b961843b53b004d0c600d4.tar.gz
build_soong-d9bf9be00785d10be8b961843b53b004d0c600d4.tar.bz2
build_soong-d9bf9be00785d10be8b961843b53b004d0c600d4.zip
Allow arch-specific `symlink_preferred_arch` properties.
Test: m Bug: 133864678 Change-Id: Ia6e62156adda2b3a51220552bbe4dab738753674
Diffstat (limited to 'cc/binary.go')
-rw-r--r--cc/binary.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/binary.go b/cc/binary.go
index 8428d7ec..941f1317 100644
--- a/cc/binary.go
+++ b/cc/binary.go
@@ -36,7 +36,7 @@ type BinaryLinkerProperties struct {
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