aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2016-04-29 20:35:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-04-29 20:35:18 +0000
commit712e08b6fb0ec2b71344436aabc9d0f361a24196 (patch)
tree6965386f9c90c611b6d524154ecad18c06c1a815
parenta25bd013cce925c372fb0a60e5aad9d9be0b248c (diff)
parentc7f648c76da42378981249e05ebaf3a767db5a4f (diff)
downloadwpa_supplicant_8-nougat-mr1-wear-release.tar.gz
-rw-r--r--hostapd/Android.mk4
-rw-r--r--wpa_supplicant/Android.mk4
2 files changed, 8 insertions, 0 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index 52d4cfe0..a1423ec8 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -43,6 +43,10 @@ ifeq ($(TARGET_ARCH),arm)
L_CFLAGS += -mabi=aapcs-linux
endif
+# TODO(davidben): Remove this once wpa_supplicant is updated to correctly
+# condition SSL_get_client_random, etc., on BoringSSL.
+L_CFLAGS += -DBORINGSSL_SUPPRESS_ACCESSORS
+
INCLUDES = $(LOCAL_PATH)
INCLUDES += $(LOCAL_PATH)/src
INCLUDES += $(LOCAL_PATH)/src/utils
diff --git a/wpa_supplicant/Android.mk b/wpa_supplicant/Android.mk
index e3020ec9..38b3ddf8 100644
--- a/wpa_supplicant/Android.mk
+++ b/wpa_supplicant/Android.mk
@@ -49,6 +49,10 @@ ifeq ($(TARGET_ARCH),arm)
L_CFLAGS += -mabi=aapcs-linux
endif
+# TODO(davidben): Remove this once wpa_supplicant is updated to correctly
+# condition SSL_get_client_random, etc., on BoringSSL.
+L_CFLAGS += -DBORINGSSL_SUPPRESS_ACCESSORS
+
INCLUDES = $(LOCAL_PATH)
INCLUDES += $(LOCAL_PATH)/src
INCLUDES += $(LOCAL_PATH)/src/common