提交 0f54071b 编写于 作者: L Lei Wang 提交者: startcode

Move ESD CAN msg.

上级 5d0e7f48
......@@ -180,6 +180,7 @@ function release() {
LIB_DIR=$ROOT_DIR/lib
mkdir $LIB_DIR
if $USE_ESD_CAN; then
warn_proprietary_sw
for m in esd_can
do
cp third_party/can_card_library/$m/lib/* $LIB_DIR
......@@ -200,9 +201,6 @@ function release() {
META=${ROOT_DIR}/meta.txt
echo "Git commit: $(git show --oneline -s | awk '{print $1}')" > $META
echo "Build time: $TIME" >> $META
if $USE_ESD_CAN; then
warn_proprietary_sw
fi
}
function gen_coverage() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册