Permit allow_undefined_symbols inside arch blocks

Renderscript builds need to allow undefined symbols only for linux
host builds.

Test: mmma -j frameworks/compile/libbcc
Change-Id: Ieb83fc13fed16ae386261e0a1855fdd9c4fdf9bd
This commit is contained in:
Colin Cross 2016-12-08 09:45:21 -08:00
parent 989c66e370
commit be360ae4c1
1 changed files with 1 additions and 1 deletions

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