Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfcc1c4f authored by Ajit Vaishya's avatar Ajit Vaishya
Browse files

wlan: Decouple WLAN_BLD_DIR based on target

This commit introduces to decouple WLAN build Directory
based on sdm429w target and others target.

Change-Id: I504d8180b8dd46db3f32907be4d796a24f77de36
CRs-Fixed: 2730057
parent e2be1f22
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -106,7 +106,11 @@ else
endif # ANDROID_BUILD_TOP
else
ifneq ($(ANDROID_BUILD_TOP),)
ifeq ($(TARGET_PRODUCT),sdm429w)
    WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/device/qcom/sdm429w/common/opensource/wlan
else
    WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/vendor/qcom/opensource/wlan
endif #TARGET_PRODUCT
else
    WLAN_BLD_DIR := $(BOARD_OPENSOURCE_DIR)/wlan
endif # ANDROID_BUILD_TOP