qcacld-3.0: Correct symbolic link for wlan.ko
In Treble bsed architecture, wlan driver generated can be part of vendor image or system image. Symbolic link is corrected so that wlan.ko points to correct path irrespective of split/non-split image. Change-Id: Ia3f237d2797e4526bfd6c089e54df1622886bf56 CRs-Fixed: 2078121
This commit is contained in:
@@ -68,7 +68,7 @@ ifneq ($(findstring $(WLAN_CHIPSET),$(WIFI_DRIVER_DEFAULT)),)
|
||||
ifeq ($(PRODUCT_VENDOR_MOVE_ENABLED),true)
|
||||
ifneq ($(WIFI_DRIVER_INSTALL_TO_KERNEL_OUT),)
|
||||
$(shell mkdir -p $(TARGET_OUT_VENDOR)/lib/modules; \
|
||||
ln -sf /system/lib/modules/$(WLAN_CHIPSET)/$(LOCAL_MODULE) $(TARGET_OUT_VENDOR)/lib/modules/wlan.ko)
|
||||
ln -sf /$(TARGET_COPY_OUT_VENDOR)/lib/modules/$(WLAN_CHIPSET)/$(LOCAL_MODULE) $(TARGET_OUT_VENDOR)/lib/modules/wlan.ko)
|
||||
endif
|
||||
else
|
||||
$(shell mkdir -p $(TARGET_OUT)/lib/modules; \
|
||||
|
Reference in New Issue
Block a user