aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtnccs/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* android: Use LOCAL_LDLIBS to link libdlTobias Brunner2017-07-031-1/+1
| | | | Newer NDKs fail otherwise as there is no actual module anymore.
* android: Add messages/ita directory to tnccs-20 pluginTobias Brunner2015-03-251-1/+1
|
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* android: Several plugins were moved from libcharon to libtnccsTobias Brunner2013-09-231-0/+20
| | | | These were moved in commits e8f65c5cde and 12b3db5006.
* android: libtnccs requires headers from libtlsTobias Brunner2013-03-201-0/+1
|
* 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.
* Added missing backslash.Tobias Brunner2011-10-271-1/+1
|
* Forgot to add Android.mk in ba5b559b41fa70261c4f181f516acee272379a71.Tobias Brunner2011-10-261-0/+31