From 03021ab3686fbee12661443557a3a13b0d3660fb Mon Sep 17 00:00:00 2001 From: shegangbin Date: Tue, 26 Dec 2023 09:41:47 +0800 Subject: [PATCH] fix notice Signed-off-by: shegangbin --- openharmony/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openharmony/BUILD.gn b/openharmony/BUILD.gn index 58c2fc04..4ed457c7 100644 --- a/openharmony/BUILD.gn +++ b/openharmony/BUILD.gn @@ -107,5 +107,7 @@ ohos_shared_library("vulkan_loader") { part_name = "graphic_2d" subsystem_name = "graphic" + + license_file = "//third_party/vulkan-headers/LICENSE.txt" } ## Build libvulkan.so }}} -- Gitee