build: mkexport.sh copy Config.mk to tools folder too

to avoid the duplication in apps/imports/Make.defs

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-19 04:20:39 +08:00
committed by patacongo
parent d5c45fbd49
commit 6c4ef7b1db
+1
View File
@@ -417,6 +417,7 @@ done
# Copy the essential build script file(s)
cp -f "${TOPDIR}/tools/Config.mk" "${EXPORTDIR}/tools/"
cp -f "${TOPDIR}/tools/copydir.bat" "${EXPORTDIR}/tools/"
cp -f "${TOPDIR}/tools/copydir.sh" "${EXPORTDIR}/tools/"
cp -f "${TOPDIR}/tools/define.bat" "${EXPORTDIR}/tools/"