Permit allow_undefined_symbols inside arch blocks am: be360ae4c1 am: cdcb874bf5

am: 6d48ed45b7

Change-Id: I573ffab6aaccd4b55b51b5360ad1924b7dca77a8
This commit is contained in:
Colin Cross 2016-12-08 23:56:35 +00:00 committed by android-build-merger
commit 9fe87f6bba

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