aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-2/+1
|
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* Provide plugin list from charon, not internally in libcharon.Tobias Brunner2012-05-031-1/+2
|
* Android 4 requires LOCAL_MODULE_TAGS to be set for all modules.Tobias Brunner2012-01-121-0/+2
| | | | | | | 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.
* Integrating libhydra into the Android build system.Tobias Brunner2010-04-121-1/+2
|
* Do not indent the source file lists in Android.mk files so we can easily ↵Tobias Brunner2010-03-191-1/+1
| | | | compare them to the lists in the Makefile.am files.
* Adding support for the build of libcharon (and charon) on Android.Tobias Brunner2010-03-191-0/+26
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-234/+0
|
* Do not hardcode the path to the strongSwan sources.Tobias Brunner2010-03-051-2/+2
|
* Adding Android.mk files to build charon and libstrongswan with the Android ↵Tobias Brunner2010-03-031-0/+234
build system.