From 5e69906c1dcbbcacdfca0552abff65629b3b97a0 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 1 Nov 2013 16:17:07 +0200 Subject: [PATCH] AOSP: Android.mk CONFIG_WNM CFLAGS -> L_CFLAGS fix This came in as a part of this AOSP commit: commit 61d9df3e62aaa0e87ad05452fcb95142159a17b6 Author: Dmitry Shmidt Date: Wed Aug 29 16:22:06 2012 -0700 wpa_supplicant: Update to 29-Aug-2012 TOT commit 6ffdc2f7bd496ace7a46e055f9714e7db4b1f722 Author: Jouni Malinen Date: Fri Mar 2 22:31:04 2012 +0200 WFD: Add preliminary WSD request processing and response This commit does not yet address support for different device roles, i.e., the same set of subelements are returned regardless of which role was indicated in the request. Signed-hostap: Jouni Malinen Change-Id: I9d63acce719b982c02e589bb59602382e82988c8 Signed-off-by: Dmitry Shmidt --- hostapd/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostapd/Android.mk b/hostapd/Android.mk index dada30874..695e99c64 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -223,7 +223,7 @@ NEED_DH_GROUPS=y endif ifdef CONFIG_WNM -CFLAGS += -DCONFIG_WNM +L_CFLAGS += -DCONFIG_WNM OBJS += src/ap/wnm_ap.c endif -- 2.47.2