commit | 0f4df4f5c35cdf33102bbb80f835c88fedbd759b | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Apr 07 15:12:48 2023 -0700 |
committer | Florian Mayer <fmayer@google.com> | Thu Apr 13 21:49:41 2023 +0000 |
tree | 3f819350f55dbb98971c34b0096fd4f9247ae866 | |
parent | 36fca05d1bd02087a439664419f0b98c74e38e0e [diff] |
Runtime detect HWASan where appropriate With unbundled HWASan, libraries can be HWASan-ified even if ART is not. This means we need to detect HWASan at runtime for the stack cleanup methods, because we cannot be sure that no stack frames are tagged just because ART does not use HWASan. Bug: 276930343 Test: flash hwasan build & check apps work Change-Id: I39c60f98de35c046bb69ab3bf318eaf5d11d4617