未验证 提交 b740a2fe 编写于 作者: O openharmony_ci 提交者: Gitee

!24 修改归属部件名称

Merge pull request !24 from peitaiyi/master
...@@ -76,8 +76,8 @@ if (defined(ohos_lite)) { ...@@ -76,8 +76,8 @@ if (defined(ohos_lite)) {
"//third_party/libpng", "//third_party/libpng",
"//third_party/zlib", "//third_party/zlib",
] ]
part_name = [ "libpng" ] part_name = "libpng"
subsystem_name = [ "thirdparty" ] subsystem_name = "thirdparty"
} }
ohos_shared_library("libpng") { ohos_shared_library("libpng") {
...@@ -123,7 +123,7 @@ if (defined(ohos_lite)) { ...@@ -123,7 +123,7 @@ if (defined(ohos_lite)) {
deps = [ "//third_party/zlib:libz" ] deps = [ "//third_party/zlib:libz" ]
public_configs = [ ":libpng_config" ] public_configs = [ ":libpng_config" ]
configs = [ ":libpng_wno_config" ] configs = [ ":libpng_wno_config" ]
part_name = [ "libpng" ] part_name = "libpng"
subsystem_name = "thirdparty" subsystem_name = "thirdparty"
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册