From 8158473fd54625ed929c765c79ca33dc7687a8ea Mon Sep 17 00:00:00 2001 From: tongkai0808fh Date: Mon, 19 Feb 2024 02:27:19 +0000 Subject: [PATCH] =?UTF-8?q?bounds=5Fchecking=5Ffunction=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=BC=96=E8=AF=91=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tongkai0808fh --- bundle.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bundle.json b/bundle.json index 16cd84f..7e8d037 100644 --- a/bundle.json +++ b/bundle.json @@ -33,6 +33,16 @@ ], "header_base": "//third_party/bounds_checking_function/include" } + }, + { + "name": "//third_party/bounds_checking_function:libsec_static", + "header": { + "header_files": [ + "securec.h", + "securectype.h" + ], + "header_base": "//third_party/bounds_checking_function/include" + } } ], "test": []