summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-12-28 02:32:53 -0800
committerLuK1337 <priv.luk@gmail.com>2015-10-14 21:50:18 +0200
commit7dd9c55e31d965edcb40c95ddafe2b8dfcbbe23a (patch)
tree10e731315724c084302e563ea711365123e13cdd
parenta92eca5e4c14e73ba7ac82268b1932ce0917a31c (diff)
downloadandroid_hardware_qcom_wlan-7dd9c55e31d965edcb40c95ddafe2b8dfcbbe23a.tar.gz
android_hardware_qcom_wlan-7dd9c55e31d965edcb40c95ddafe2b8dfcbbe23a.tar.bz2
android_hardware_qcom_wlan-7dd9c55e31d965edcb40c95ddafe2b8dfcbbe23a.zip
wlan: Add guard makefile
Change-Id: I4f53cf6a5cfd204f13ca13b3dcdb6dc83529837a
-rw-r--r--Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 0000000..a6057c6
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,5 @@
+WLAN_PATH := $(call my-dir)
+
+ifeq ($(WLAN_PATH),$(call project-path-for,wlan))
+include $(call first-makefiles-under,$(WLAN_PATH))
+endif