diff --git a/ohos.build b/ohos.build index 2b9b29b6949d97094e0ee6fe39ac8ada38c0a2b9..1ec03a6e5c6675e80986a6f907b4b63c139e0604 100644 --- a/ohos.build +++ b/ohos.build @@ -5,9 +5,7 @@ "variants": [ "phone" ], - "module_list": [ - "//ark/ts2abc/ts2panda:ark_ts2abc_build" - ], + "module_list": [], "inner_kits": [], "system_kits": [], "test_list": [] diff --git a/ts2panda/BUILD.gn b/ts2panda/BUILD.gn index 212e144a548b4ae7a797b8351eb932668596d26a..660540c73a3b51094adf0f8f67513f211e0838db 100755 --- a/ts2panda/BUILD.gn +++ b/ts2panda/BUILD.gn @@ -304,13 +304,3 @@ ohos_copy("panda_ts2abc_ets") { module_source_dir = target_out_dir + "/$target_name/" module_install_name = "" } - -group("ark_ts2abc_build") { - deps = [] - if (host_os != "mac") { - deps += [ - "${ts2abc_root}:ts2abc_build(${buildtool_linux})", - "${ts2abc_root}:ts2abc_build_ets(${buildtool_linux})", - ] - } -}