From 9bc28c386cd8b51148994862488508035afd786d Mon Sep 17 00:00:00 2001 From: ZhangLiang Date: Wed, 17 Jul 2024 06:39:32 +0000 Subject: [PATCH] rename the part name Signed-off-by: ZhangLiang Change-Id: Id9cc080c145bcf5b3970e4513aec20432f0fda1e --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 737677fc..b413bf9a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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" } -- Gitee