aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitry Ivanov <dimitry@google.com>2019-07-01 12:32:57 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-01 12:32:57 -0700
commit60f032485fe87037bb6631bbedf15ec42cc31ce1 (patch)
tree5f700d1b2c32279263d7d8a0540c6945a3c77179
parent63b244655a5fbaf65ab625aac8c8e4ebdd8b7aa6 (diff)
parenta5f7cebc38064d7f23e12bc1cd54a1c9ed017562 (diff)
downloadcompiler-rt-60f032485fe87037bb6631bbedf15ec42cc31ce1.tar.gz
Merge "Enable native_bridge_support for libasan" am: c3c4d5dcbe
am: a5f7cebc38 Change-Id: I0bd1a4b6650da645632069ab6658fa9ebac9345d
-rw-r--r--lib/asan/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asan/Android.bp b/lib/asan/Android.bp
index de3b9285f..ed4d74078 100644
--- a/lib/asan/Android.bp
+++ b/lib/asan/Android.bp
@@ -66,6 +66,7 @@ cc_library_static {
name: "libasan",
host_supported: true,
recovery_available: true,
+ native_bridge_supported: true,
defaults: ["asan_arch_defaults"],
include_dirs: [
"external/compiler-rt/lib",