summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2018-03-08 13:13:51 -0600
committerVishal Mahaveer <vishalm@ti.com>2018-03-08 13:14:42 -0600
commitdde50cf89a38df2a360f815c89fc3e7593f5184b (patch)
tree9c4ca019005e2dfb1d1f4aa10c6e0853d240d67e
parent092eadc742dbfbc764104e6036e4d013fbb14319 (diff)
downloadwlan-d-oreo-mr1-release.tar.gz
wlan: wpa_supplicant_lib: mark it as vendor moduled-oreo-mr1-release
Update Android makefile to indicate this is a vendor module. Change-Id: I1a9b4f4e90396bd3faf707ae88c4e2d32c2aca58 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--mac80211/wpa_supplicant_lib/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mac80211/wpa_supplicant_lib/Android.mk b/mac80211/wpa_supplicant_lib/Android.mk
index 601f5a61..e042ed5f 100644
--- a/mac80211/wpa_supplicant_lib/Android.mk
+++ b/mac80211/wpa_supplicant_lib/Android.mk
@@ -75,4 +75,5 @@ endif
LOCAL_CFLAGS := $(L_CFLAGS)
LOCAL_SRC_FILES := $(L_SRC)
LOCAL_C_INCLUDES := $(INCLUDES)
+LOCAL_VENDOR_MODULE := true
include $(BUILD_STATIC_LIBRARY)