diff --git a/src/core/build/build_testcases.py b/src/core/build/build_testcases.py index d46434797d369ecbeb26a0fc5082c737a5b4c438..ab6da3b1a8d9bbcb4ae02c28b937fa069337b53f 100644 --- a/src/core/build/build_testcases.py +++ b/src/core/build/build_testcases.py @@ -331,7 +331,7 @@ class BuildTestcases(object): command.append("--abi-type") command.append("generic_generic_arm_64only") command.append("--device-type") - command.append("hisi_newbaltimore_newphone_standard") + command.append(get_output_path().split("/")[-1]) command.append("--build-variant") command.append("root") command.append("--ccache") @@ -355,7 +355,7 @@ class BuildTestcases(object): command.append("--abi-type") command.append("generic_generic_arm_64only") command.append("--device-type") - command.append("hisi_newbaltimore_newphone_standard") + command.append(get_output_path().split("/")[-1]) command.append("--build-variant") command.append("root") return self._execute_build_deps_files_command(productform, command)