aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-06-05 19:20:33 +0100
committerRoland Levillain <rpl@google.com>2019-06-07 18:00:23 +0100
commit0dbeb666bc176e8ed15c42b49085b920bc698ca3 (patch)
treef50fa241d3127dfdbd33874a7df8af60a77f5e01
parentea68aad696009447d2db7be5bcbba60ac6d8f7a0 (diff)
downloadbuild_soong-0dbeb666bc176e8ed15c42b49085b920bc698ca3.tar.gz
build_soong-0dbeb666bc176e8ed15c42b49085b920bc698ca3.tar.bz2
build_soong-0dbeb666bc176e8ed15c42b49085b920bc698ca3.zip
Allow arch-specific `symlink_preferred_arch` properties.
(cherry picked from commit d9bf9be00785d10be8b961843b53b004d0c600d4) Test: m Bug: 133864678 Change-Id: Ia6e62156adda2b3a51220552bbe4dab738753674 Merged-In: Ia6e62156adda2b3a51220552bbe4dab738753674
-rw-r--r--cc/binary.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/binary.go b/cc/binary.go
index 35c3d85d..666e8849 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