Adding Android.mk files to build charon and libstrongswan with the Android build system.

This commit is contained in:
Tobias Brunner
2010-03-03 10:18:46 +01:00
parent afb364fff9
commit 1be3298807
7 changed files with 469 additions and 2 deletions
+9
View File
@@ -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