Use runtime detection (with a weak-undef symbol) of
android_set_abort_message availability. Android NDK provides a single
version of the ASan runtime library to be used for any target API
level, which makes compile-time feature detection impossible (the
library itself is built at API level 9).
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 10109 Build 10109: arc lint + arc unit
Event Timeline
Comment Actions
I think we actually build at level 14 now (or at least that is the plan), but the fix is needed in any case. Thanks for fixing this up.