establish kvstore dependence on boundscheck

This commit is contained in:
heppen 2023-08-28 16:19:26 +08:00
parent d43cd53238
commit b3938c2e32

View File

@ -0,0 +1,31 @@
From 33ac1277b3be087f696451866a586e42d6495e91 Mon Sep 17 00:00:00 2001
From: wang--ge <wang__ge@126.com>
Date: Fri, 21 Jul 2023 16:47:28 +0800
Subject: [PATCH] establish kvstore dependence on boundscheck
---
services/distributeddataservice/service/BUILD.gn | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/services/distributeddataservice/service/BUILD.gn b/services/distributeddataservice/service/BUILD.gn
index 35d02e2..3fb8263 100644
--- a/services/distributeddataservice/service/BUILD.gn
+++ b/services/distributeddataservice/service/BUILD.gn
@@ -112,6 +112,7 @@ ohos_shared_library("distributeddatasvc") {
"//foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework:distributeddatasvcfwk",
"//foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb:distributeddb",
"//foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata:distributeddata_inner",
+ "//third_party/bounds_checking_function:libsec_shared",
]
external_deps = [
@@ -132,4 +133,4 @@ ohos_shared_library("distributeddatasvc") {
subsystem_name = "distributeddatamgr"
part_name = "datamgr_service"
-}
\ No newline at end of file
+}
--
2.33.0