From c3ce93a4465c1d443e4928ec12197d62f238e40a Mon Sep 17 00:00:00 2001 From: ZhangLiang Date: Thu, 4 Jul 2024 13:06:20 +0000 Subject: [PATCH] test Signed-off-by: ZhangLiang Change-Id: Id0356794b63599fa996638c3bc13bb904e4cb9a6 --- BUILD.gn | 4 ++-- bundle.json | 1 + 2 files changed, 3 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" } diff --git a/bundle.json b/bundle.json index 1e713b76..194772d4 100644 --- a/bundle.json +++ b/bundle.json @@ -17,6 +17,7 @@ "ram": "10000KB", "deps": { "components": [ + "init", "hilog" ], "third_party": [ -- Gitee