diff --git a/templates/cxx/prebuilt.gni b/templates/cxx/prebuilt.gni index f25dc974d412039f9f9734b1ec95f51e0928bafc..f52e20f26bd1bfc6208b9af992dc6823b245f20f 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",