Fix Android library configuration with OpenSSL build
Commit bf9d5518d5
did not split
LOCAL_SHARED_LIBRARIES properly and ended up removing the needed
libraries.
Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1bbff09ec5
commit
406edc84cb
1 changed files with 1 additions and 1 deletions
|
@ -1422,7 +1422,7 @@ LOCAL_STATIC_LIBRARIES += $(BOARD_WPA_SUPPLICANT_PRIVATE_LIB)
|
|||
endif
|
||||
LOCAL_SHARED_LIBRARIES := libc libcutils
|
||||
ifeq ($(CONFIG_TLS), openssl)
|
||||
LOCAL_SHARED_LIBRARIES := libcrypto libssl
|
||||
LOCAL_SHARED_LIBRARIES += libcrypto libssl
|
||||
endif
|
||||
ifdef CONFIG_DRIVER_NL80211
|
||||
LOCAL_SHARED_LIBRARIES += libnl_2
|
||||
|
|
Loading…
Reference in a new issue