Merge "Disable container overflow detect on target." am: 151e49726b am: 5562351b50

am: ec6ff936b0

* commit 'ec6ff936b0e994b3f6d2b812e4b67aa950fe35f2':
  Disable container overflow detect on target.
This commit is contained in:
Evgenii Stepanov 2015-10-23 22:23:56 +00:00 committed by android-build-merger
commit f2630adeef
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
allow_user_segv_handler=1:detect_odr_violation=0:alloc_dealloc_mismatch=0:allocator_may_return_null=1
allow_user_segv_handler=1
detect_odr_violation=0
alloc_dealloc_mismatch=0
allocator_may_return_null=1
detect_container_overflow=0