Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
atsushieno opened this issue Feb 5, 2024 · 1 comment

Comments

@atsushieno
Copy link
Owner

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 atsushieno changed the title Remove ASAN related hacks in the overall sources replace ASAN support hacks with HWAsan support hacks in the overall sources Feb 9, 2024
@atsushieno
Copy link
Owner Author

The actual HWAsan support is not like "just create wrap.sh". Unlike documented on that page, there is actually a lot more steps we need to follow. The example repo linked from the page tells what we actually need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant