Commits
faqiang.zhu committed 235fb2f7748
MA-15722-4 align the kernel ouput path TARGET_OUT_INTERMEDIATES definition in build/core/envsetup.mk is as below, if SANITIZE_TARGET is specified in build command, the output dir will be "obj_asan". While now linux output dir is fixed to be "obj", so we use "$(PRODUCT_OUT)/obj" locate kernel output files, not the "$(TARGET_OUT_INTERMEDIATES)" ifneq ($(filter address,$(SANITIZE_TARGET)),) TARGET_OUT_INTERMEDIATES := $(PRODUCT_OUT)/obj_asan else TARGET_OUT_INTERMEDIATES := $(PRODUCT_OUT)/obj endif Change-Id: I3614f523db1c0c2bdd6c78c9b33fcbb183292317 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/10871 Reviewed-by: zhang sanshan <sanshan.zhang@nxp.com> (cherry picked from commit b84b2eb6bea8c45ba91538a3f7bfe3a6c19e04dc) Reviewed-on: http://androidsource.ap.freescale.net/project/11268 Reviewed-by: ji.luo <ji.luo@nxp.com>