diff --git a/ets2panda/BUILD.gn b/ets2panda/BUILD.gn index a325c18f955b775511878f689b8c87c9194eeb1f..3391080669b4e565127da02eb993bb16b33be24d 100644 --- a/ets2panda/BUILD.gn +++ b/ets2panda/BUILD.gn @@ -1232,7 +1232,7 @@ ohos_shared_library("libes2panda_public") { if (!(defined(ark_static_standalone_build) && ark_static_standalone_build)) { ohos_shared_headers("libes2panda_public_headers") { include_dirs = [ "$ark_es2panda_root/public" ] - deps = [ ":libes2panda_public" ] + deps = [ ":libes2panda_public_frontend_static" ] part_name = "ets_frontend" subsystem_name = "arkcompiler" }