Add -Wl,--no-fatal-warnings to x86 build

libdvm.so has text relocations. When -Wl,--fatal-warnings is added
to the global LDFLAGS, these text relocations will become a compile
error.

This is a short term workaround until the text relocations can be
fixed properly.

Bug: 11353056
Change-Id: If0164608977a1b0c6bf7de91f4c6062dd5a87958
1 file changed