mirror of
https://github.com/openharmony/third_party_bounds_checking_function.git
synced 2026-07-01 22:44:05 -04:00
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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user