mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
Fix Android library configuration with OpenSSL build
Commit bf9d5518d55e314cad2dbac0715ce151b2807691 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
@ -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…
x
Reference in New Issue
Block a user