From 5e435cb79bbf95ad12f190d4ce1d702ca19ce494 Mon Sep 17 00:00:00 2001 From: zmx <1029211721@qq.com> Date: Mon, 18 Oct 2021 20:39:03 +0800 Subject: [PATCH] samgr part name rectify Signed-off-by: zmx <1029211721@qq.com> Change-Id: Id6e4df6b5c5247f3c9cef43f601c6e878f235907 Signed-off-by: zmx <1029211721@qq.com> --- BUILD.gn | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 3994319..e6ec30b 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -14,9 +14,7 @@ import("//build/ohos.gni") # This is the configuration needed to use libxml2. config("libxml2_config") { - include_dirs = [ - "include" - ] + include_dirs = [ "include" ] } # This is the configuration used to build libxml2 itself. It should not be needed outside of this @@ -153,9 +151,7 @@ ohos_shared_library("xml2") { libs = [ "dl" ] } - deps = [ - "//third_party/zlib:libz", - ] - part_name = "samgr_L2" + deps = [ "//third_party/zlib:libz" ] + part_name = "samgr_standard" subsystem_name = "distributedschedule" } -- Gitee