summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2014-12-28 02:32:53 -0800
committerNicholas Lim <nicknitewolf@lineageos.org>2018-08-11 02:46:19 +0800
commit0459310cb444f26aeb5268b3d5feebbe495c12a9 (patch)
tree902ca414f9dbebea4c0549f34a4abb42c1272c72
parentca16b3ff197305072b48b994c7462ab0774b69b1 (diff)
downloadandroid_hardware_qcom_wlan-lineage-16.0.tar.gz
android_hardware_qcom_wlan-lineage-16.0.tar.bz2
android_hardware_qcom_wlan-lineage-16.0.zip
wlan: Add guard makefilelineage-16.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 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