Commits
faqiang.zhu committed ce276c49c4a
MA-15722 enable using self-installed cross compile tool chain AOSP arm/arm64 cross compile tool chain will ouput warning infomation that tell users the tool will be deprecated. This commit judge whether environment variables "AARCH32_GCC_CROSS_COMPILE" and "AARCH64_GCC_CROSS_COMPILE" is set or not, if it is set, the cross compile tools specified by these two variables will be used. if not being set, the AOSP cross compile tool chain will be used. tested on: evk_7ulp & evk_8mq. Change-Id: I4941917c07db39ac74c763969c4906dbff9ab518 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/10371 Reviewed-by: zhang sanshan <sanshan.zhang@nxp.com> Reviewed-by: guoyin.chen <guoyin.chen@nxp.com> Reviewed-by: ji.luo <ji.luo@nxp.com>