rename the part name

Signed-off-by: ZhangLiang <zhangliang335@h-partners.com>
Change-Id: Id9cc080c145bcf5b3970e4513aec20432f0fda1e
This commit is contained in:
ZhangLiang 2024-07-17 06:39:32 +00:00
parent 5759fbfea2
commit 9bc28c386c

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"
}