summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCNSS_WLAN Service <cnssbldsw@qualcomm.com>2021-07-22 06:24:19 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2021-07-22 06:24:19 -0700
commitbaf0623af84916e9487966d29230ef0765960e22 (patch)
tree52567ce5cb437c35e9495000e83b146a58e886b0
parenteac1d47fd8127cb0f00033b2de7a1b82c2f3c5d5 (diff)
parent7f6455ba113168e6b03ded787b8bec4983ce960e (diff)
Merge "wlan: Define QCOM_WLAN_ROOT to represent a new path." into wlan-aosp.lnx.6.0
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 200eb36..6695cef 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,6 @@
# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
+QCOM_WLAN_ROOT := $(call my-dir)
+
ifneq ($(BOARD_IS_AUTOMOTIVE),true)
include $(call all-subdir-makefiles)
endif