Allow arch-specific symlink_preferred_arch
properties.
(cherry picked from commit d9bf9be007
)
Test: m
Bug: 133864678
Change-Id: Ia6e62156adda2b3a51220552bbe4dab738753674
Merged-In: Ia6e62156adda2b3a51220552bbe4dab738753674
This commit is contained in:
parent
ea68aad696
commit
0dbeb666bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue