From e5f09ac13d0a2a989b534d653bce158eb3ca28b6 Mon Sep 17 00:00:00 2001 From: tanfengting Date: Thu, 9 Jan 2025 15:26:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9partitionslot=E5=A4=B4?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=BApublic=5Fconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tanfengting --- partitionslot/hal/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partitionslot/hal/BUILD.gn b/partitionslot/hal/BUILD.gn index f37edeeed..eedf246ee 100644 --- a/partitionslot/hal/BUILD.gn +++ b/partitionslot/hal/BUILD.gn @@ -32,7 +32,7 @@ ohos_source_set("partitionslot_source") { ohos_shared_library("libpartition_slot_manager") { deps = [ ":partitionslot_source" ] - + public_configs = [ ":exported_header_files" ] install_images = [ "system", "updater", -- Gitee