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>
This commit is contained in:
parent
c84443307b
commit
7cb03b0eaf
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -68,7 +68,7 @@ INCLUDES += $(LOCAL_PATH)/src/wps
|
|||
INCLUDES += external/openssl/include
|
||||
INCLUDES += frameworks/base/cmds/keystore
|
||||
ifdef CONFIG_DRIVER_NL80211
|
||||
INCLUDES += external/libnl_2/include
|
||||
INCLUDES += external/libnl-headers
|
||||
endif
|
||||
|
||||
OBJS = config.c
|
||||
|
@ -1427,7 +1427,7 @@ ifeq ($(CONFIG_TLS), openssl)
|
|||
LOCAL_SHARED_LIBRARIES += libcrypto libssl
|
||||
endif
|
||||
ifdef CONFIG_DRIVER_NL80211
|
||||
LOCAL_SHARED_LIBRARIES += libnl_2
|
||||
LOCAL_STATIC_LIBRARIES += libnl_2
|
||||
endif
|
||||
LOCAL_CFLAGS := $(L_CFLAGS)
|
||||
LOCAL_SRC_FILES := $(OBJS)
|
||||
|
|
Loading…
Reference in a new issue