From 5017ec47a59671b9adca66e7711c0c6adf1a76a0 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Tue, 5 Mar 2024 14:17:07 +0800 Subject: [PATCH] =?UTF-8?q?=20=20=20=20=20=E4=BF=AE=E5=A4=8Dabseill-cpp=20?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=9A=84=E9=97=AE=E9=A2=98=20=20=20=20=20=20?= =?UTF-8?q?Signed-off-by:shuxinyi4=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong_12 --- BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 3df3c0f..9ff2d99 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -394,6 +394,8 @@ ohos_shared_library("absl_sync") { "${ABSEIL_DIR}/absl/synchronization/internal/create_thread_identity.cc", "${ABSEIL_DIR}/absl/synchronization/internal/create_thread_identity.h", "${ABSEIL_DIR}/absl/synchronization/internal/futex.h", + "${ABSEIL_DIR}/absl/synchronization/internal/graphcycles.cc", + "${ABSEIL_DIR}/absl/synchronization/internal/graphcycles.h", "${ABSEIL_DIR}/absl/synchronization/internal/per_thread_sem.cc", "${ABSEIL_DIR}/absl/synchronization/internal/per_thread_sem.h", "${ABSEIL_DIR}/absl/synchronization/internal/waiter.cc", -- Gitee