!48 Rename the part name

Merge pull request !48 from ZhangLiang/renamePartName
This commit is contained in:
openharmony_ci 2024-07-18 10:09:51 +00:00 committed by Gitee
commit 639eeb0179
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -100,8 +100,8 @@ ohos_shared_library("vulkan_loader") {
output_name = "vulkan"
output_extension = "so"
part_name = "graphic_2d"
subsystem_name = "graphic"
part_name = "vulkan-loader"
subsystem_name = "thirdparty"
license_file = "//third_party/vulkan-loader/LICENSE.txt"
}