From 7f6455ba113168e6b03ded787b8bec4983ce960e Mon Sep 17 00:00:00 2001 From: Naveen S Nair Date: Wed, 26 May 2021 12:12:30 +0530 Subject: wlan: Define QCOM_WLAN_ROOT to represent a new path. Certain build systems define a new path (say hardware/qcom/***/wlan instead of hardware/qcom/wlan). Since this path is referred by the other dependent modules (such as HalProxyDaemon, oem-ss), define a new variable to point to the current path. Change-Id: I05c566bf2a9f4db54f294d0f44ffa6e8b680a9ff --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3