From 891c14b2add7730e1ce7df6ac1f11c52452bed99 Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Mon, 24 Feb 2025 07:01:48 +0000 Subject: [PATCH] =?UTF-8?q?re2=E6=B7=BB=E5=8A=A0=20raw=5Flogging=20?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.gn b/BUILD.gn index 6b0acd8..4562ae2 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -75,6 +75,7 @@ ohos_shared_library("re2") { "abseil-cpp:absl_container", "abseil-cpp:absl_cord", "abseil-cpp:absl_hash", + "abseil-cpp:absl_raw_logging_internal", "abseil-cpp:absl_spinlock_wait", "abseil-cpp:absl_str_format_internal", "abseil-cpp:absl_strings", -- Gitee