25 lines
949 B
Diff
25 lines
949 B
Diff
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
|
|
|