aboutsummaryrefslogtreecommitdiffstats
path: root/src/ipsec/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Build ipsec on Android.Tobias Brunner2011-10-111-0/+31
Note: this does not fully work as [ (or even test) is not supported on Android by default.