diff --git a/ts2panda/BUILD.gn b/ts2panda/BUILD.gn index 89de1457b46516a6ab693560f294b106e843183a..46620a12ce62f91a499cecb15d7cdd7498b33521 100755 --- a/ts2panda/BUILD.gn +++ b/ts2panda/BUILD.gn @@ -86,6 +86,7 @@ ark_gen_file("ts2abc_irnodes_ts") { action("npm_run_build") { visibility = [ ":*" ] deps = [ + "$ark_third_party_root/bounds_checking_function:libsec_shared", "$ts2abc_root:config_files", "$ts2abc_root:node_modules", "$ts2abc_root:ts2abc_diagnostic_ts", diff --git a/ts2panda/ts2abc/BUILD.gn b/ts2panda/ts2abc/BUILD.gn index 3b264a58dc5bd7f272a1e265af440d28119dd5f9..d130af89589c4325443e6b16ac983dceaf29ebbf 100755 --- a/ts2panda/ts2abc/BUILD.gn +++ b/ts2panda/ts2abc/BUILD.gn @@ -84,8 +84,8 @@ ohos_executable("ts2abc") { ] deps = [ + "$ark_third_party_root/bounds_checking_function:libsec_shared", "//arkcompiler/ets_frontend/merge_abc:panda_assembly_proto_static", - sdk_libc_secshared_dep, ] if (is_linux || is_mingw || is_mac) {