提交 b369b43e 编写于 作者: J jiyong 提交者: Gitee

增加调用py函数,正常分段解析module;

上级 ca5114ab
......@@ -18,7 +18,11 @@ lite_component("acts_compoment") {
all_features = []
features = []
if (ohos_xts_test_args != "") {
all_features += [ ohos_xts_test_args ]
args = [
"--method_name", "get_target_modules",
"--arguments", "all_features=${ohos_xts_test_args}"
]
all_features += exec_script(rebase_path("//test/xts/tools/build/utils.py"), args, "list lines")
} else {
if(ohos_kernel_type == "liteos_riscv") {
all_features += [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册