summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-12-28 02:32:53 -0800
committerRashed Abdel-Tawab <rashed@linux.com>2017-12-05 15:42:39 -0800
commitf58a8eaa0dda4e3a7958e1f96795d49aaae61e56 (patch)
tree909d44475edc9a0acab78547233664fa53557604
parent8b94981ce47caac688d27fe222c3ce18b046e1ab (diff)
downloadandroid_hardware_qcom_wlan-staging/lineage-15.1.tar.gz
android_hardware_qcom_wlan-staging/lineage-15.1.tar.bz2
android_hardware_qcom_wlan-staging/lineage-15.1.zip
wlan: Add guard makefilestaging/lineage-15.1lineage-15.1
Change-Id: I4f53cf6a5cfd204f13ca13b3dcdb6dc83529837a
-rw-r--r--Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 200eb36..eac91b0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,8 @@
+ifeq ($(call my-dir),$(call project-path-for,wlan))
+
# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(BOARD_IS_AUTOMOTIVE),true)
include $(call all-subdir-makefiles)
endif
+
+endif