From 7910be78194330a14ec88d9c938f27204e03a597 Mon Sep 17 00:00:00 2001 From: Qin Fandong Date: Fri, 22 Oct 2021 08:53:09 +0800 Subject: [PATCH] Add license_file in BUILD.gn Signed-off-by: Qin Fandong --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index f8766f2..b4e780a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -43,6 +43,7 @@ ohos_shared_library("libpcre2") { "-DHAVE_CONFIG_H", "-w", ] + license_file = "$PCRE2_LIB_DIR/LICENCE" part_name = "selinux" subsystem_name = "security" } -- Gitee