From ac7b5d28787e44d409a7f9de3a457252e42136bb Mon Sep 17 00:00:00 2001 From: andrew0229 Date: Wed, 31 Jan 2024 08:43:02 +0000 Subject: [PATCH] fixed 7f31f4c from https://gitee.com/andrew0229/third_party_vulkan-loader/pulls/22 remove libvulkan.so main func Signed-off-by: andrew0229 Change-Id: I9f27d5da336c3590665cb78d25aeab8fe0d92941 --- openharmony/BUILD.gn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openharmony/BUILD.gn b/openharmony/BUILD.gn index 4ed457c7..a386a274 100644 --- a/openharmony/BUILD.gn +++ b/openharmony/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Huawei Device Co., Ltd. +# Copyright (c) 2023-2024 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -62,7 +62,6 @@ ohos_shared_library("vulkan_loader") { "../loader/adapters.h", "../loader/allocation.c", "../loader/allocation.h", - "../loader/asm_offset.c", "../loader/cJSON.c", "../loader/cJSON.h", "../loader/debug_utils.c", -- Gitee