From d02d80088a2115915e65ccedbaebbab0c0a72278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BB=96=E6=B0=B8=E7=85=8C?= Date: Wed, 29 May 2024 09:36:05 +0800 Subject: [PATCH] =?UTF-8?q?utilsbase=E4=BF=AE=E6=94=B9=E4=B8=BAutils?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 廖永煌 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index bef99a8..7947853 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -74,7 +74,7 @@ ohos_shared_library("sqlite") { } deps = [] public_configs = [ ":sqlite_config" ] - public_external_deps = [ "c_utils:utilsbase" ] + public_external_deps = [ "c_utils:utils" ] configs = [ ":sqlite3_private_config" ] innerapi_tags = [ "platformsdk_indirect" ] part_name = "sqlite" -- Gitee