commit | 76a1918e6aa5732e2cb1ba3081177f37d5c8761b | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Oct 24 17:10:27 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 24 17:10:27 2013 +0000 |
tree | 8fbcbe89e5bb52b10097758153936de3cbd27d65 | |
parent | b389a9449b7f31f21b5fbdc0ad101f720c028de6 [diff] | |
parent | bfd260c5c7f42622a7985efa40c42521a5a6407f [diff] |
Merge "Add -Wl,--no-fatal-warnings to x86 build"
diff --git a/vm/Android.mk b/vm/Android.mk index e5d5448..91356d2 100644 --- a/vm/Android.mk +++ b/vm/Android.mk
@@ -46,6 +46,9 @@ # Overwrite default settings LOCAL_MODULE := libdvm LOCAL_CFLAGS += $(target_smp_flag) +ifeq ($(TARGET_ARCH),x86) +LOCAL_LDFLAGS += -Wl,--no-fatal-warnings +endif # Define WITH_ADDRESS_SANITIZER to build an ASan-instrumented version of the # library in /system/lib/asan/libdvm.so.