commit | 16adac613dda78f2a997186ecc5db518d22f759c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jul 19 12:13:50 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 19 12:13:50 2023 +0000 |
tree | 929967ea9d3ea10cd6e30782aabd78f0363825af | |
parent | cb4daafb8efc4ffb135820468ee0757be02b752d [diff] | |
parent | d9b4c032696889535a05f523dc441764a6dc51ae [diff] |
Merge "Disable HWASAN for crashdump" into main
diff --git a/microdroid/kdump/Android.bp b/microdroid/kdump/Android.bp index cc681a7..b9a18fe 100644 --- a/microdroid/kdump/Android.bp +++ b/microdroid/kdump/Android.bp
@@ -18,6 +18,9 @@ static_executable: true, installable: false, compile_multilib: "64", + sanitize: { + hwaddress: false, // HWASAN setup fails when run as init process + }, } android_filesystem {