aap-core icon indicating copy to clipboard operation
aap-core copied to clipboard

replace ASAN support hacks with HWAsan support hacks in the overall sources

Open atsushieno opened this issue 5 months ago • 1 comments

From https://developer.android.com/ndk/guides/asan :

As of 2023, ASan is unsupported. It is recommended to use HWASan instead. HWASan can be used on ARM64 devices running Android 14 (API level 34) or newer; or on Pixel devices running Android 10 (API level 29) by flashing a special system image. ASan may still be used but might have bugs.

We would remove those ASAN related setup and simplify our sources.

atsushieno avatar Feb 05 '24 20:02 atsushieno