From 6ff14a6e21fa1dc691de0842fde3d9cf024c63f0 Mon Sep 17 00:00:00 2001 From: Wonil Kim Date: Wed, 3 May 2023 02:56:57 +0000 Subject: Disable address sanitizer for root_canal to fix boot issue Test: Build aosp_cf_x86_64_phone and boot Bug: 279344732 Bug: 275678559 Change-Id: I5c2311bbdbc3ece59c31f385f763b221f0546502 Merged-In: I5c2311bbdbc3ece59c31f385f763b221f0546502 (cherry picked from commit c377a5e979e29b6987cef04baae00b1030f031af) --- vendor_libs/test_vendor_lib/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor_libs/test_vendor_lib/Android.bp b/vendor_libs/test_vendor_lib/Android.bp index 160dca81d..2f694b396 100644 --- a/vendor_libs/test_vendor_lib/Android.bp +++ b/vendor_libs/test_vendor_lib/Android.bp @@ -168,7 +168,8 @@ cc_binary_host { "libgflags", ], sanitize: { - address: true, + // TODO(b/279344732) remove it when sanitize option is supported + address: false, all_undefined: true, }, target: { -- cgit v1.2.3