aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/android_log
Commit message (Collapse)AuthorAgeFilesLines
* android-log: Link against liblogTobias Brunner2017-05-261-0/+1
|
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-1/+1
|
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* android-log: Use plugin featuresTobias Brunner2013-06-111-2/+12
|
* Moved Android specific logger to separate plugin.Tobias Brunner2012-08-085-0/+295
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).