From ca8cb0e71fccd5bfab25ed6fbea825a000da01e4 Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Mon, 24 Feb 2025 07:05:01 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0raw=5Flogging=5Finternal=20?= =?UTF-8?q?=E7=9A=84=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- bundle.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bundle.json b/bundle.json index 1b8390e..a638a2e 100644 --- a/bundle.json +++ b/bundle.json @@ -149,6 +149,13 @@ "header_files": [] }, "name": "//third_party/abseil-cpp:absl_base_static" + }, + { + "header": { + "header_base": "//third_party/abseil-cpp/abseil-cpp", + "header_files": [] + }, + "name": "//third_party/abseil-cpp:absl_raw_logging_internal" } ], "test": [] -- Gitee