From 4129aac3a2b343496e1d01dd10de9378f739be27 Mon Sep 17 00:00:00 2001 From: RingKing <1300547600@qq.com> Date: Tue, 23 Jan 2024 01:06:44 +0000 Subject: [PATCH] copy templates support public_external_deps Signed-off-by: RingKing <1300547600@qq.com> --- templates/common/copy.gni | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/common/copy.gni b/templates/common/copy.gni index fcf0a3178c..a2c2fc7668 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", ]) -- Gitee