From 35b36a92ca5c00b5b9228138c5b4ac5f41aecd06 Mon Sep 17 00:00:00 2001 From: Subhani Shaik Date: Mon, 5 Jan 2015 17:59:51 -0800 Subject: wlan: Include cnss_diag as part of the opensource wlan build. After the changes to seperate opensource wlan driver and proprietary wlan driver the cnss_diag binary is missing in opensource build packaging. This is because the binary was always built only for proprietary and since the build was same for both this issue got over looked so far. The following change is to ensure we build the tools only for opensource and never build for proprietary. Change-Id: I5e0908b0048b2fb6065659529b0b7dfd60eb6a39 CRs-Fixed: 776636 --- Android.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index b766cd2e20ff..a96352f1ff15 100644 --- a/Android.mk +++ b/Android.mk @@ -67,6 +67,11 @@ LOCAL_MODULE_TAGS := debug LOCAL_MODULE_DEBUG_ENABLE := true LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/modules/$(WLAN_CHIPSET) include $(DLKM_DIR)/AndroidKernelModule.mk +ifeq ($(WLAN_OPEN_SOURCE),1) +include $(WLAN_BLD_DIR)/qcacld-2.0/tools/athdiag/Android.mk +include $(WLAN_BLD_DIR)/qcacld-2.0/tools/fwdebuglog/Android.mk +include $(WLAN_BLD_DIR)/qcacld-2.0/tools/pktlog/Android.mk +endif ########################################################### # Create Symbolic link for built _wlan.ko driver from -- cgit v1.2.3