summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-02-22 04:10:08 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-22 04:10:08 +0000
commitf6c30c401b0a9608bbf8c88a4408f3d94b8f7e51 (patch)
treee08865b7c8d42510ab9cb151524cf6e29572897b
parentd93339dcb3e643802ac37935ca18308195b073f2 (diff)
parent99debfa4c01b49c9b470884cc56f81fcdee0fa1f (diff)
downloadandroid_external_libnl-f6c30c401b0a9608bbf8c88a4408f3d94b8f7e51.tar.gz
android_external_libnl-f6c30c401b0a9608bbf8c88a4408f3d94b8f7e51.tar.bz2
android_external_libnl-f6c30c401b0a9608bbf8c88a4408f3d94b8f7e51.zip
am 99debfa4: am 028a3e21: libnl: build static librarystaging/cm-12.0-cafstaging/cm-12.0
* commit '99debfa4c01b49c9b470884cc56f81fcdee0fa1f': libnl: build static library
-rw-r--r--Android.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index b01e375..f407a83 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,8 +27,15 @@ LOCAL_SRC_FILES := lib/cache.c \
lib/error.c
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
+LOCAL_MODULE := libnl
+
+include $(BUILD_STATIC_LIBRARY)
+
+include $(CLEAR_VARS)
-LOCAL_MODULE_TAGS := eng
+LOCAL_WHOLE_STATIC_LIBRARIES := libnl
+LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
LOCAL_MODULE := libnl
include $(BUILD_SHARED_LIBRARY)