From dcf4f67bf4e2bd281ff181a9ddb42ecd3ae7a145 Mon Sep 17 00:00:00 2001 From: RingKing <1300547600@qq.com> Date: Tue, 23 Jan 2024 00:48:00 +0000 Subject: [PATCH] prebuilt templates support public_external_deps Signed-off-by: RingKing <1300547600@qq.com> --- templates/cxx/prebuilt.gni | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/cxx/prebuilt.gni b/templates/cxx/prebuilt.gni index f25dc974d4..f52e20f26b 100644 --- a/templates/cxx/prebuilt.gni +++ b/templates/cxx/prebuilt.gni @@ -178,7 +178,7 @@ template("ohos_prebuilt_shared_library") { [ "testonly", "visibility", - + "public_external_deps", "deps", "public_configs", "subsystem_name", @@ -239,6 +239,7 @@ template("ohos_prebuilt_static_library") { "visibility", "deps", + "public_external_deps", "public_configs", "subsystem_name", "part_name", -- Gitee