summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-12-28 02:32:53 -0800
committerLuca Stefani <luca.stefani.ge1@gmail.com>2016-08-25 18:58:36 +0200
commit9b4eabffeac71d70c2c502ef22b3c92eca04f84c (patch)
tree1d36d044d51ae36c2c1b37e68c7d07dfbf0ab91f
parent745ad6921ae1102535356204f1e127e0b91b053b (diff)
downloadandroid_hardware_qcom_wlan-cm-14.0.tar.gz
android_hardware_qcom_wlan-cm-14.0.tar.bz2
android_hardware_qcom_wlan-cm-14.0.zip
wlan: Add guard makefilecm-14.0
Change-Id: I4f53cf6a5cfd204f13ca13b3dcdb6dc83529837a
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index f68048b..a61e7c2 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1 +1,5 @@
+WLAN_PATH := $(call my-dir)
+
+ifeq ($(WLAN_PATH),$(call project-path-for,wlan))
include $(call all-named-subdir-makefiles,qcwcn)
+endif