Permit allow_undefined_symbols inside arch blocks am: be360ae4c1

am: cdcb874bf5

Change-Id: I53ea424f9b0203c766c5ef902f08d8ea955a75d1
This commit is contained in:
Colin Cross 2016-12-08 23:52:04 +00:00 committed by android-build-merger
commit 6d48ed45b7

View file

@ -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