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:
Jouni Malinen 2011-11-01 10:39:49 +02:00
parent 1bbff09ec5
commit 406edc84cb

View file

@ -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