From bad2a3296b5c75e1ea116e5beaad03009caa93ea Mon Sep 17 00:00:00 2001 From: shegangbin Date: Thu, 14 Mar 2024 16:04:16 +0800 Subject: [PATCH] fixed b9975ff from https://gitee.com/ohpr/third_party_vulkan-loader/pulls/33 fix deps Signed-off-by: shegangbin --- BUILD.gn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index b84aeadc..da70a98d 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -96,10 +96,8 @@ ohos_shared_library("vulkan_loader") { configs = [ ":vulkan_internal_config" ] public_configs = [ ":vulkan_loader_config" ] - external_deps = [ - "hilog:libhilog", - "vulkan-headers:vulkan_headers", - ] + deps = [ "//third_party/vulkan-headers:vulkan_headers" ] + external_deps = [ "hilog:libhilog" ] output_name = "vulkan" output_extension = "so" -- Gitee