From 0dbeb666bc176e8ed15c42b49085b920bc698ca3 Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Wed, 5 Jun 2019 19:20:33 +0100 Subject: Allow arch-specific `symlink_preferred_arch` properties. (cherry picked from commit d9bf9be00785d10be8b961843b53b004d0c600d4) Test: m Bug: 133864678 Change-Id: Ia6e62156adda2b3a51220552bbe4dab738753674 Merged-In: Ia6e62156adda2b3a51220552bbe4dab738753674 --- cc/binary.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/binary.go b/cc/binary.go index 35c3d85d1..666e88491 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 -- cgit v1.2.3