diff --git a/BUILD.gn b/BUILD.gn index 737677fc60dc5baf18ffa95eca524c9996a147f8..b413bf9a8cd7d88ab1cd3d9b807cab9335d361a6 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 667df8bc74f7a21af22ec2cba59aa3e63c0840df..194772d49dfc32fd32dd178ce852ca78602942e5 100644 --- a/bundle.json +++ b/bundle.json @@ -17,8 +17,8 @@ "ram": "10000KB", "deps": { "components": [ - "hilog", - "init" + "init", + "hilog" ], "third_party": [ "vulkan-headers"