aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-29/+0
|
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-5/+1
| | | | This moves hydra->kernel_interface to charon->kernel.
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-031-4/+0
|
* android: Fix build after updating Linux headersTobias Brunner2015-11-121-1/+0
| | | | | | | | Since we don't use the kernel-netlink plugin anymore and the headers in the NDK are reasonably recent, we don't need this anymore (at least when building the app). Fixes #1172.
* attributes: Move the configuration attributes framework to libcharonMartin Willi2015-02-201-4/+0
|
* attr: Move plugin to libcharonMartin Willi2015-02-201-3/+0
|
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* android: Remove/filter header files from LOCAL_SRC_FILESTobias Brunner2013-03-201-1/+3
| | | | This avoids huge warnings when building the native code.
* 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.
* Source files in Android.mk updated.Tobias Brunner2011-10-141-1/+1
|
* Charon specific strongswan.conf options generalized.Tobias Brunner2010-09-021-1/+1
|
* Moved scheduler and thread pool to libstrongswan.Tobias Brunner2010-09-021-5/+1
|
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-021-0/+4
|
* Moved kernel interface to libhydra.Tobias Brunner2010-09-021-0/+4
|
* Moved scheduler_t to libhydra.Tobias Brunner2010-09-021-1/+2
|
* Move callback_job_t to libhydra.Tobias Brunner2010-09-021-0/+1
|
* Move processor_t (thread-pool) to libhydra.Tobias Brunner2010-09-021-1/+3
|
* Integrating libhydra into the Android build system.Tobias Brunner2010-04-121-0/+34