diff --git a/templates/common/copy.gni b/templates/common/copy.gni index fcf0a3178cc49a628ba201442a2f92e179b692eb..a2c2fc7668d427e5433245ffaeb67b782cf8b734 100755 --- a/templates/common/copy.gni +++ b/templates/common/copy.gni @@ -148,6 +148,7 @@ template("ohos_copy") { "testonly", "visibility", "public_configs", + "public_external_deps", "sources", "outputs", ]) @@ -187,6 +188,7 @@ template("ohos_copy") { "testonly", "visibility", "public_configs", + "public_external_deps", "sources", "outputs", ])