Description: bounds check 部件整改

IssueNo: https://gitee.com/openharmony/third_party_bounds_checking_function/issues/I9T6UO
Feature Or Bugfix: Feature
Binary Source: No
Signed-off-by: hw_llm <liu.limin@huawei.com>
This commit is contained in:
hw_llm
2024-05-29 09:10:55 +00:00
parent cb0d5ca2fb
commit ecd9de3a08
-2
View File
@@ -47,7 +47,6 @@ if (defined(ohos_lite)) {
} else {
ohos_static_library("libsec_static") {
sources = libsec_sources
all_dependent_configs = [ ":libsec_public_config" ]
public_configs = [ ":libsec_public_config" ]
cflags = [
@@ -64,7 +63,6 @@ if (defined(ohos_lite)) {
}
ohos_shared_library("libsec_shared") {
sources = libsec_sources
all_dependent_configs = [ ":libsec_public_config" ]
public_configs = [ ":libsec_public_config" ]
cflags = [