Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extracted some parts from Android.mk.in which can be used for NDK builds. | Tobias Brunner | 2012-08-08 | 1 | -130/+0 |
| | |||||
* | Use filter instead of findstring to check for enabled plugins in Android.mk. | Tobias Brunner | 2012-08-08 | 1 | -1/+1 |
| | | | | | | findstring is not prefix-safe (i.e. android matches android-log). On the other hand filter matches words separated by whitespace and if no wildcard (%) is used the full word has to match. | ||||
* | Moved Android specific logger to separate plugin. | Tobias Brunner | 2012-08-08 | 1 | -2/+2 |
| | | | | | | This is mainly because the other parts of the existing android plugin can not be built in the NDK (access to keystore and system properties are not part of the stable NDK libraries). | ||||
* | Make path to Android OpenSSL headers configurable. | Tobias Brunner | 2012-08-08 | 1 | -0/+1 |
| | |||||
* | Define CONFIG_H_INCLUDED in Android build | Martin Willi | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | Also build charon's IKEv1 implementation on Android | Tobias Brunner | 2012-06-26 | 1 | -0/+1 |
| | |||||
* | Build nonce plugin on Android | Tobias Brunner | 2012-06-26 | 1 | -1/+1 |
| | |||||
* | scepclient: Added support to build it on Android | Tobias Brunner | 2012-06-26 | 1 | -3/+17 |
| | |||||
* | Added support for the curl plugin on Android | Tobias Brunner | 2012-06-26 | 1 | -0/+1 |
| | |||||
* | Bye bye Pluto! | Tobias Brunner | 2012-06-11 | 1 | -22/+2 |
| | | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack. | ||||
* | Updated Android.mk for 5.0 (no IKEv1 support yet). | Tobias Brunner | 2012-05-03 | 1 | -0/+1 |
| | |||||
* | Android 4 requires LOCAL_MODULE_TAGS to be set for all modules. | Tobias Brunner | 2012-01-12 | 1 | -3/+9 |
| | | | | | | | Because all packages are now marked as optional executables that are to be installed on the final system have to be added to PRODUCT_PACKAGES in build/target/product/core.mk. Dependencies (such as libraries) are installed automatically. | ||||
* | Properly disable starter and pluto in top Android.mk. | Tobias Brunner | 2011-11-09 | 1 | -2/+2 |
| | |||||
* | Don't build pluto and starter by default on Android. | Tobias Brunner | 2011-11-04 | 1 | -2/+2 |
| | |||||
* | Build libtnccs on Android. | Tobias Brunner | 2011-10-25 | 1 | -1/+2 |
| | |||||
* | starter: Android.mk updated to use kernel-netlink via libhydra. | Tobias Brunner | 2011-10-21 | 1 | -1/+4 |
| | |||||
* | Make build of pluto and starter optional on Android. | Tobias Brunner | 2011-10-13 | 1 | -12/+26 |
| | |||||
* | Enable socket-raw on Android if pluto is enabled. | Tobias Brunner | 2011-10-13 | 1 | -0/+8 |
| | |||||
* | Use separate plugin lists for pluto and charon on Android. | Tobias Brunner | 2011-10-13 | 1 | -2/+9 |
| | |||||
* | Added Android.mk for whack. | Tobias Brunner | 2011-10-13 | 1 | -0/+1 |
| | |||||
* | Build pluto on Android. | Tobias Brunner | 2011-10-13 | 1 | -0/+1 |
| | | | | Does not fully compile. | ||||
* | Build ipsec on Android. | Tobias Brunner | 2011-10-11 | 1 | -0/+1 |
| | | | | | Note: this does not fully work as [ (or even test) is not supported on Android by default. | ||||
* | Build starter on Android. | Tobias Brunner | 2011-10-11 | 1 | -0/+2 |
| | |||||
* | Build stroke on Android. | Tobias Brunner | 2011-10-11 | 1 | -0/+1 |
| | |||||
* | Build libfreeswan on Android. | Tobias Brunner | 2011-10-11 | 1 | -0/+1 |
| | |||||
* | Enable the stroke plugin on Android. | Tobias Brunner | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | Added some variables to the top Android.mk. | Tobias Brunner | 2011-10-11 | 1 | -5/+15 |
| | |||||
* | Build libtncif on Android. | Tobias Brunner | 2011-07-29 | 1 | -0/+1 |
| | |||||
* | Define PLUGINDIR in Android.mk even though it is currently not used. | Tobias Brunner | 2011-03-22 | 1 | -0/+1 |
| | | | | The combined plugin loader requires PLUGINDIR to be defined. | ||||
* | Disable EAP-GTC on Android. | Tobias Brunner | 2010-07-05 | 1 | -1/+1 |
| | | | | The EAP-GTC plugin does not compile due to its dependency on PAM. | ||||
* | Enabling some EAP plugins on Android. | Tobias Brunner | 2010-06-30 | 1 | -1/+2 |
| | |||||
* | The x509 plugin is not needed anymore on Android, using OpenSSL. | Tobias Brunner | 2010-06-30 | 1 | -1/+1 |
| | |||||
* | OpenSSL in Android 2.1+ lacks Elliptic Curve and ENGINE support. | Tobias Brunner | 2010-06-22 | 1 | -0/+4 |
| | | | | Unfortunately, opensslconf.h was not changed accordingly. | ||||
* | Adding support for the native Linux capabilities interface. | Tobias Brunner | 2010-06-15 | 1 | -0/+2 |
| | | | | | Note that this interface is deprecated and mainly added to support Android. Use libcap, if possible. | ||||
* | Only include C files that start with the plugin name when building for Android. | Tobias Brunner | 2010-05-20 | 1 | -1/+3 |
| | |||||
* | Integrating libhydra into the Android build system. | Tobias Brunner | 2010-04-12 | 1 | -0/+1 |
| | |||||
* | Use openssl in Android by default. | Tobias Brunner | 2010-04-12 | 1 | -2/+2 |
| | |||||
* | Use wildcards to gather plugin source files. | Tobias Brunner | 2010-03-19 | 1 | -1/+7 |
| | |||||
* | Adding support for the build of libcharon (and charon) on Android. | Tobias Brunner | 2010-03-19 | 1 | -0/+1 |
| | |||||
* | Do not hardcode the path to the strongSwan sources. | Tobias Brunner | 2010-03-05 | 1 | -2/+3 |
| | |||||
* | Generate the main Android.mk, so the version number is not hardcoded. | Tobias Brunner | 2010-03-05 | 1 | -0/+55 |
We include the generated file in the distribution, so users won't have run configure if they are building for Android. |