diff options
author | Andreas Gampe <agampe@google.com> | 2016-08-17 19:32:23 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-08-17 19:32:23 +0000 |
commit | 9acbbbddc91c9b5709e1a9c3d682deae64d0bd80 (patch) | |
tree | 5c68a6354adc9193ea4dd498fcfc226d7cec8311 /rootdir | |
parent | 8d27813888b21c2ace907c2a9a29dbfe57ae91ef (diff) | |
parent | bdbe675fa1652eaeb92ab2cc44e676356f5215a8 (diff) | |
download | core-9acbbbddc91c9b5709e1a9c3d682deae64d0bd80.tar.gz core-9acbbbddc91c9b5709e1a9c3d682deae64d0bd80.tar.bz2 core-9acbbbddc91c9b5709e1a9c3d682deae64d0bd80.zip |
Asan.options: Use abort_on_error am: 67b7e85b18 am: 4f31cff93b
am: bdbe675fa1
Change-Id: I4f9c8b507e9f5fc84790eac8c2cc6d65aed8d5f8
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/asan.options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/asan.options b/rootdir/asan.options index 70e0ecaf9..d728f12ed 100644 --- a/rootdir/asan.options +++ b/rootdir/asan.options @@ -3,4 +3,5 @@ detect_odr_violation=0 alloc_dealloc_mismatch=0 allocator_may_return_null=1 detect_container_overflow=0 +abort_on_error=1 include_if_exists=/system/asan.options.%b |