LGTM ================ Comment at: src/abort_message.cpp:15 @@ -14,1 +14,3 @@ +#ifdef __BIONIC__ +#include <android/set_abort_message.h> ---------------- Out of curiosity, does the android compiler define this, or does it come from a particular header? http://reviews.llvm.org/D4964