summaryrefslogtreecommitdiff
path: root/qcwcn/wcnss-service
diff options
context:
space:
mode:
authorTim Kryger <tkryger@google.com>2017-06-08 13:40:01 -0700
committerTim Kryger <tkryger@google.com>2017-08-18 02:51:56 +0000
commit02ad266bf6fd00b319b523bd8066a969451f16ed (patch)
tree5386192f57084c8af72573fe492661cb71081a1e /qcwcn/wcnss-service
parent33615bd51cd6940f9e87a0c31b791c7ea4a146d6 (diff)
downloadwlan-02ad266bf6fd00b319b523bd8066a969451f16ed.tar.gz
Move wcnss_service to vendor
Mark the WCNSS service as proprietary so that the binary ends up under vendor. Note that because this module doesn't include the init script to start the service, each device that makes use of this module must change the device specific init script used to start the service. Bug: 64694113 Test: Ran downloader utility on Angelfish over WIFI Change-Id: I71bcb1ba796b4dbe11d7aec7928f7e13d6485160
Diffstat (limited to 'qcwcn/wcnss-service')
-rw-r--r--qcwcn/wcnss-service/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/qcwcn/wcnss-service/Android.mk b/qcwcn/wcnss-service/Android.mk
index 39cdc57..f07102d 100644
--- a/qcwcn/wcnss-service/Android.mk
+++ b/qcwcn/wcnss-service/Android.mk
@@ -5,6 +5,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := wcnss_service
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/common/inc/
LOCAL_SRC_FILES := wcnss_service.c
+LOCAL_PROPRIETARY_MODULE := true
ifeq ($(strip $(TARGET_USES_QCOM_WCNSS_QMI)),true)
LOCAL_CFLAGS += -DWCNSS_QMI
LOCAL_C_INCLUDES += $(TARGET_OUT_HEADERS)/qmi/inc