aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/Android.mk
diff options
context:
space:
mode:
authorJouni Malinen <jouni@qca.qualcomm.com>2011-11-15 18:37:10 +0200
committerJouni Malinen <j@w1.fi>2011-11-15 18:37:10 +0200
commit7cb03b0eaf1e21d3e5a75baec9a44aa332f1d2eb (patch)
tree575a0ddf1174ca7469557d089b1051ee75924c31 /hostapd/Android.mk
parentc84443307b99093acbd032d7812cfd8e7e54d393 (diff)
downloadexternal_wpa_supplicant_8_ti-7cb03b0eaf1e21d3e5a75baec9a44aa332f1d2eb.zip
external_wpa_supplicant_8_ti-7cb03b0eaf1e21d3e5a75baec9a44aa332f1d2eb.tar.gz
external_wpa_supplicant_8_ti-7cb03b0eaf1e21d3e5a75baec9a44aa332f1d2eb.tar.bz2
Android: Update libnl use to match with Android ICS
The libnl_2 library uses static linking and different path for header files in the Android ICS release. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'hostapd/Android.mk')
-rw-r--r--hostapd/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index 22aeb95..04fd771 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -33,7 +33,7 @@ INCLUDES += $(LOCAL_PATH)/src/utils
INCLUDES += external/openssl/include
INCLUDES += frameworks/base/cmds/keystore
ifdef CONFIG_DRIVER_NL80211
-INCLUDES += external/libnl_2/include
+INCLUDES += external/libnl-headers
endif
@@ -818,7 +818,7 @@ LOCAL_STATIC_LIBRARIES += $(BOARD_HOSTAPD_PRIVATE_LIB)
endif
LOCAL_SHARED_LIBRARIES := libc libcutils libcrypto libssl
ifdef CONFIG_DRIVER_NL80211
-LOCAL_SHARED_LIBRARIES += libnl_2
+LOCAL_STATIC_LIBRARIES += libnl_2
endif
LOCAL_CFLAGS := $(L_CFLAGS)
LOCAL_SRC_FILES := $(OBJS)