From 3897739631b8dfe14a10fd6f79b1a50bfb4a6291 Mon Sep 17 00:00:00 2001 From: yejianwu Date: Mon, 15 Jan 2018 19:05:55 +0800 Subject: [PATCH] fix validate_gcn.sh in dsp --- tools/validate_gcn.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/validate_gcn.sh b/tools/validate_gcn.sh index e73b59cf..775d9473 100755 --- a/tools/validate_gcn.sh +++ b/tools/validate_gcn.sh @@ -76,9 +76,7 @@ build_and_run() fi adb push ${MODEL_DIR}/${INPUT_FILE_NAME} ${PHONE_DATA_DIR} || exit -1 adb push bazel-bin/mace/examples/mace_run ${PHONE_DATA_DIR} || exit -1 - if [ x"$RUNTIME" = x"dsp" ]; then - adb push mace/core/runtime/hexagon/libhexagon_controller.so ${PHONE_DATA_DIR} || exit -1 - fi + adb push mace/core/runtime/hexagon/libhexagon_controller.so ${PHONE_DATA_DIR} || exit -1 adb