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

Commit 7ba0a822 authored by Meng Wang's avatar Meng Wang
Browse files

ASoC: change OUT_DIR to PRODUCT_OUT for wcd9360



OUT_DIR folder doesn't point to the right out folder. It would
not delete the right Module.symvers for wcd9360.
Change OUT_DIR to PRODUCT_OUT to delete the right wcd9360 module
symbol.

Change-Id: I6ad376e1cad8416d8eefeefe41e0933813d64997
Signed-off-by: default avatarMeng Wang <mwang@codeaurora.org>
parent 9cbeb978
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,6 +31,6 @@ include $(MY_LOCAL_PATH)/asoc/codecs/msm_sdw/Android.mk
endif

ifeq ($(call is-board-platform-in-list,msmnile),true)
$(shell rm -rf $(OUT_DIR)/obj/vendor/qcom/opensource/audio-kernel/asoc/codecs/wcd9360/Module.symvers)
$(shell rm -rf $(PRODUCT_OUT)/obj/vendor/qcom/opensource/audio-kernel/asoc/codecs/wcd9360/Module.symvers)
include $(MY_LOCAL_PATH)/asoc/codecs/wcd9360/Android.mk
endif