diff options
author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2021-07-22 06:24:19 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2021-07-22 06:24:19 -0700 |
commit | baf0623af84916e9487966d29230ef0765960e22 (patch) | |
tree | 52567ce5cb437c35e9495000e83b146a58e886b0 | |
parent | eac1d47fd8127cb0f00033b2de7a1b82c2f3c5d5 (diff) | |
parent | 7f6455ba113168e6b03ded787b8bec4983ce960e (diff) |
Merge "wlan: Define QCOM_WLAN_ROOT to represent a new path." into wlan-aosp.lnx.6.0
-rw-r--r-- | Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |