Loading Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ endif ifeq ($(KBUILD_OPTIONS),) KBUILD_OPTIONS += WLAN_PROPRIETARY=$(WLAN_PROPRIETARY) KBUILD_OPTIONS += TARGET_SUPPORTS_WEARABLES=$(TARGET_SUPPORTS_WEARABLES) KBUILD_OPTIONS += BOARD_OPENSOURCE_DIR=$(BOARD_OPENSOURCE_DIR) KBUILD_OPTIONS += KERNEL_TO_BUILD_ROOT_OFFSET=$(KERNEL_TO_BUILD_ROOT_OFFSET) endif Loading Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ 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 WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/$(BOARD_OPENSOURCE_DIR)/wlan else WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/vendor/qcom/opensource/wlan endif #TARGET_PRODUCT Loading Loading
Android.mk +1 −0 Original line number Diff line number Diff line Loading @@ -113,6 +113,7 @@ endif ifeq ($(KBUILD_OPTIONS),) KBUILD_OPTIONS += WLAN_PROPRIETARY=$(WLAN_PROPRIETARY) KBUILD_OPTIONS += TARGET_SUPPORTS_WEARABLES=$(TARGET_SUPPORTS_WEARABLES) KBUILD_OPTIONS += BOARD_OPENSOURCE_DIR=$(BOARD_OPENSOURCE_DIR) KBUILD_OPTIONS += KERNEL_TO_BUILD_ROOT_OFFSET=$(KERNEL_TO_BUILD_ROOT_OFFSET) endif Loading
Kbuild +1 −1 Original line number Diff line number Diff line Loading @@ -110,7 +110,7 @@ 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 WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/$(BOARD_OPENSOURCE_DIR)/wlan else WLAN_BLD_DIR := $(ANDROID_BUILD_TOP)/vendor/qcom/opensource/wlan endif #TARGET_PRODUCT Loading