diff --git a/BUILD.gn b/BUILD.gn index 3994319ee382929b61d681098e68c318f3389313..e6ec30bfbdd3fc6d3002be091fb835b4eb645a8c 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" }