提交 62912ae7 编写于 作者: Y yejianwu

remove mace_run msg in bazel-adb-run.sh

上级 a4342235
......@@ -7,7 +7,6 @@ fi
MACE_SOURCE_DIR=`/bin/pwd`
CL_CODEGEN_DIR=${MACE_SOURCE_DIR}/mace/codegen/opencl
MODEL_TAG="Default"
DEVICE_PATH=/data/local/tmp/mace
DEVICE_CL_PATH=$DEVICE_PATH/cl/
BAZEL_TARGET=$1
......@@ -37,8 +36,7 @@ bazel build -c opt $STRIP --verbose_failures $BAZEL_TARGET \
--crosstool_top=//external:android/crosstool \
--host_crosstool_top=@bazel_tools//tools/cpp:toolchain \
--cpu=$ANDROID_ABI \
--define neon=false \
--copt=-DMACE_MODEL_FUNCTION=Create${MODEL_TAG}
--define neon=false
if [ $? -ne 0 ]; then
exit 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册