diff options
author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2021-06-09 13:52:56 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-06-09 13:52:56 -0700 |
commit | 5fd9817a00c8488940d9293aa75276d481c22c6a (patch) | |
tree | 0bcb6b83a27d6c08123c528021037bd20859f515 | |
parent | 3aaa906921ffab53912228d02667267dc468c434 (diff) | |
parent | f9505080a581c455631737d68369a435ce0405e7 (diff) |
Merge "Wlan: Fix the problem of strlcpy in LE platform" into wlan-aosp.lnx.6.0
-rw-r--r-- | qcwcn/wpa_supplicant_8_lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qcwcn/wpa_supplicant_8_lib/Makefile.am b/qcwcn/wpa_supplicant_8_lib/Makefile.am index e314452..d8c9a5c 100644 --- a/qcwcn/wpa_supplicant_8_lib/Makefile.am +++ b/qcwcn/wpa_supplicant_8_lib/Makefile.am @@ -11,7 +11,7 @@ endif AM_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast \ -Wno-maybe-uninitialized -Wno-parentheses \ - -DCONFIG_P2P + -DCONFIG_P2P -lcutils h_sources = driver_cmd_nl80211_extn.h library_includedir = $(pkgincludedir) |