From 1be3298807bd09b97d144c29af780e0c591555d4 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Wed, 3 Mar 2010 10:18:46 +0100 Subject: Adding Android.mk files to build charon and libstrongswan with the Android build system. --- src/libstrongswan/AndroidConfigLocal.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/libstrongswan/AndroidConfigLocal.h (limited to 'src/libstrongswan/AndroidConfigLocal.h') diff --git a/src/libstrongswan/AndroidConfigLocal.h b/src/libstrongswan/AndroidConfigLocal.h new file mode 100644 index 000000000..a6da3276a --- /dev/null +++ b/src/libstrongswan/AndroidConfigLocal.h @@ -0,0 +1,9 @@ +/* stuff defined in AndroidConfig.h, which is included using the -include + * command-line option, thus cannot be undefined using -U CFLAGS options. + * the reason we have to undefine these flags in the first place, is that + * AndroidConfig.h defines them as 0, which in turn means that they are + * actually defined. */ + +#undef HAVE_BACKTRACE +#undef HAVE_DLADDR + -- cgit v1.2.3