summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2021-10-19 22:27:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-10-19 22:27:58 +0000
commit11ccfc689fdc51b981ce3d7ea338f52ba8c8bfe5 (patch)
tree180114533c75e827f5cecde638d7dd29c80528b4
parent3eeef3a3c254a26e3d85e69d689719810e09c73c (diff)
parenta7dcd72cb3a2b08ec636b981ea102244e3874690 (diff)
downloadwlan-11ccfc689fdc51b981ce3d7ea338f52ba8c8bfe5.tar.gz
Merge "Introduce TARGET_USES_HARDWARE_QCOM_WLAN to disable common qcom wlan module"
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 200eb36..cb1010a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,4 @@
-# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
-ifneq ($(BOARD_IS_AUTOMOTIVE),true)
+#set TARGET_USES_HARDWARE_QCOM_WLAN to false to disable this project.
+ifneq ($(TARGET_USES_HARDWARE_QCOM_WLAN),false)
include $(call all-subdir-makefiles)
endif