aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.