!4 add patch: establish relational store dependency on boundscheck

From: @heppen 
Reviewed-by: @yukaii 
Signed-off-by: @yukaii
This commit is contained in:
openeuler-ci-bot 2023-08-29 11:44:27 +00:00 committed by Gitee
commit cbc9594966
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -0,0 +1,24 @@
From bbc413f60a0ab0c8b3029f999be051b44101aa21 Mon Sep 17 00:00:00 2001
From: wang--ge <wang__ge@126.com>
Date: Tue, 18 Jul 2023 15:31:25 +0800
Subject: [PATCH] establish relational store dependence on boundscheck
---
.../relational_store/interfaces/inner_api/appdatafwk/BUILD.gn | 1 +
1 file changed, 1 insertion(+)
diff --git a/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/BUILD.gn b/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/BUILD.gn
index 688674b..86f5dd9 100644
--- a/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/BUILD.gn
+++ b/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/BUILD.gn
@@ -34,6 +34,7 @@ ohos_shared_library("native_appdatafwk") {
public_deps = [
"//foundation/communication/ipc/interfaces/innerkits/ipc_core:ipc_core",
+ "//third_party/bounds_checking_function:libsec_shared",
]
external_deps = [
--
2.27.0