aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* Extracted some parts from Android.mk.in which can be used for NDK builds.Tobias Brunner2012-08-081-130/+0
|
* Use filter instead of findstring to check for enabled plugins in Android.mk.Tobias Brunner2012-08-081-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 Brunner2012-08-081-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 Brunner2012-08-081-0/+1
|
* Define CONFIG_H_INCLUDED in Android buildMartin Willi2012-07-111-0/+1
|
* Also build charon's IKEv1 implementation on AndroidTobias Brunner2012-06-261-0/+1
|
* Build nonce plugin on AndroidTobias Brunner2012-06-261-1/+1
|
* scepclient: Added support to build it on AndroidTobias Brunner2012-06-261-3/+17
|
* Added support for the curl plugin on AndroidTobias Brunner2012-06-261-0/+1
|
* Bye bye Pluto!Tobias Brunner2012-06-111-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 Brunner2012-05-031-0/+1
|
* Android 4 requires LOCAL_MODULE_TAGS to be set for all modules.Tobias Brunner2012-01-121-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 Brunner2011-11-091-2/+2
|
* Don't build pluto and starter by default on Android.Tobias Brunner2011-11-041-2/+2
|
* Build libtnccs on Android.Tobias Brunner2011-10-251-1/+2
|
* starter: Android.mk updated to use kernel-netlink via libhydra.Tobias Brunner2011-10-211-1/+4
|
* Make build of pluto and starter optional on Android.Tobias Brunner2011-10-131-12/+26
|
* Enable socket-raw on Android if pluto is enabled.Tobias Brunner2011-10-131-0/+8
|
* Use separate plugin lists for pluto and charon on Android.Tobias Brunner2011-10-131-2/+9
|
* Added Android.mk for whack.Tobias Brunner2011-10-131-0/+1
|
* Build pluto on Android.Tobias Brunner2011-10-131-0/+1
| | | | Does not fully compile.
* Build ipsec on Android.Tobias Brunner2011-10-111-0/+1
| | | | | Note: this does not fully work as [ (or even test) is not supported on Android by default.
* Build starter on Android.Tobias Brunner2011-10-111-0/+2
|
* Build stroke on Android.Tobias Brunner2011-10-111-0/+1
|
* Build libfreeswan on Android.Tobias Brunner2011-10-111-0/+1
|
* Enable the stroke plugin on Android.Tobias Brunner2011-10-111-1/+1
|
* Added some variables to the top Android.mk.Tobias Brunner2011-10-111-5/+15
|
* Build libtncif on Android.Tobias Brunner2011-07-291-0/+1
|
* Define PLUGINDIR in Android.mk even though it is currently not used.Tobias Brunner2011-03-221-0/+1
| | | | The combined plugin loader requires PLUGINDIR to be defined.
* Disable EAP-GTC on Android.Tobias Brunner2010-07-051-1/+1
| | | | The EAP-GTC plugin does not compile due to its dependency on PAM.
* Enabling some EAP plugins on Android.Tobias Brunner2010-06-301-1/+2
|
* The x509 plugin is not needed anymore on Android, using OpenSSL.Tobias Brunner2010-06-301-1/+1
|
* OpenSSL in Android 2.1+ lacks Elliptic Curve and ENGINE support.Tobias Brunner2010-06-221-0/+4
| | | | Unfortunately, opensslconf.h was not changed accordingly.
* Adding support for the native Linux capabilities interface.Tobias Brunner2010-06-151-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 Brunner2010-05-201-1/+3
|
* Integrating libhydra into the Android build system.Tobias Brunner2010-04-121-0/+1
|
* Use openssl in Android by default.Tobias Brunner2010-04-121-2/+2
|
* Use wildcards to gather plugin source files.Tobias Brunner2010-03-191-1/+7
|
* Adding support for the build of libcharon (and charon) on Android.Tobias Brunner2010-03-191-0/+1
|
* Do not hardcode the path to the strongSwan sources.Tobias Brunner2010-03-051-2/+3
|
* Generate the main Android.mk, so the version number is not hardcoded.Tobias Brunner2010-03-051-0/+55
We include the generated file in the distribution, so users won't have run configure if they are building for Android.