From 6f28d8614d75fcc28fd1bbc3f096a8de79e7def5 Mon Sep 17 00:00:00 2001 From: wuchenghui Date: Mon, 28 May 2018 14:59:29 +0800 Subject: [PATCH] fix dsp so path --- tools/sh_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sh_commands.py b/tools/sh_commands.py index 0e522e95..da51944e 100644 --- a/tools/sh_commands.py +++ b/tools/sh_commands.py @@ -657,7 +657,7 @@ def tuning_run(abi, if not embed_model_data: adb_push("%s/%s.data" % (model_output_dir, model_tag), phone_data_dir, serialno) - adb_push("nnlib/libhexagon_controller.so", + adb_push("third_party/nnlib/libhexagon_controller.so", phone_data_dir, serialno) if mace_model_dir: -- GitLab