Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-21 | libnl: build static libraryaosp-new/idea133-weekly-release | Colin Cross | 1 | -1/+8 | |
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 | |||||
2014-01-07 | Compile 2.0 with Kitkat | Mathieu Poirier | 1 | -0/+34 | |
Mostly following example set by Arik Nemtsov for Froyo. Change-Id: I4c6b56e32f8a9f80bbd224e62e26052074b428d9 Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> |