Permit allow_undefined_symbols inside arch blocks am: be360ae4c1
am: cdcb874bf5
Change-Id: I53ea424f9b0203c766c5ef902f08d8ea955a75d1
This commit is contained in:
commit
6d48ed45b7
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
|
// 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.
|
// 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.
|
// 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
|
// don't link in libgcc.a
|
||||||
No_libgcc *bool
|
No_libgcc *bool
|
||||||
|
|
Loading…
Reference in a new issue