History log of /external/libnl/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
028a3e21476437685a1df497b7abac6a12f19885 22-Feb-2014 Colin Cross <ccross@android.com> libnl: build static library

android-clat needs a static libnl, so build a static library. To
avoid building everything twice, build the static library first
and then use LOCAL_WHOLE_STATIC_LIBRARIES to build a shared library.

Also use LOCAL_EXPORT_C_INCLUDE_DIRS to avoid each module that builds
against libnl to have to import its include dir, and remove the
unnecessary LOCAL_MODULE_TAGS.

Change-Id: Ib78e89e916c402787ba3f801bdf8400cbf0d784a
/external/libnl/Android.mk
d8928c19bba91a9e6fd6bcfb74db97e00ab512e9 17-Dec-2013 Mathieu Poirier <mathieu.poirier@linaro.org> Compile 2.0 with Kitkat

Mostly following example set by Arik Nemtsov for Froyo.

Change-Id: I4c6b56e32f8a9f80bbd224e62e26052074b428d9
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
/external/libnl/Android.mk