Browse Source

Android: Define CONFIG_TESTING_OPTIONS if enabled in config

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Vamsi Krishna 8 years ago
parent
commit
35bb8a9a57
1 changed files with 4 additions and 0 deletions
  1. 4 0
      wpa_supplicant/Android.mk

+ 4 - 0
wpa_supplicant/Android.mk

@@ -897,6 +897,10 @@ OBJS += mbo.c
 L_CFLAGS += -DCONFIG_MBO
 endif
 
+ifdef CONFIG_TESTING_OPTIONS
+L_CFLAGS += -DCONFIG_TESTING_OPTIONS
+endif
+
 ifdef NEED_RSN_AUTHENTICATOR
 L_CFLAGS += -DCONFIG_NO_RADIUS
 NEED_AES_WRAP=y