Permit allow_undefined_symbols inside arch blocks am: be360ae4c1
am: cdcb874bf5
am: 6d48ed45b7
Change-Id: I573ffab6aaccd4b55b51b5360ad1924b7dca77a8
This commit is contained in:
commit
9fe87f6bba
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ type BaseLinkerProperties struct {
|
|||
// modules cannot contain undefined symbols that are not satisified by their immediate
|
||||
// dependencies. Set this flag to true to remove --no-undefined from the linker flags.
|
||||
// This flag should only be necessary for compiling low-level libraries like libc.
|
||||
Allow_undefined_symbols *bool
|
||||
Allow_undefined_symbols *bool `android:"arch_variant"`
|
||||
|
||||
// don't link in libgcc.a
|
||||
No_libgcc *bool
|
||||
|
|
Loading…
Reference in a new issue