mirror of
https://github.com/openharmony/third_party_bounds_checking_function.git
synced 2026-07-01 03:50:32 -04:00
@@ -48,6 +48,8 @@ if (defined(ohos_lite)) {
|
||||
ohos_static_library("libsec_static") {
|
||||
sources = libsec_sources
|
||||
all_dependent_configs = [ ":libsec_public_config" ]
|
||||
public_configs = [ ":libsec_public_config" ]
|
||||
|
||||
cflags = [
|
||||
"-D_INC_STRING_S",
|
||||
"-D_INC_WCHAR_S",
|
||||
@@ -63,6 +65,8 @@ if (defined(ohos_lite)) {
|
||||
ohos_shared_library("libsec_shared") {
|
||||
sources = libsec_sources
|
||||
all_dependent_configs = [ ":libsec_public_config" ]
|
||||
public_configs = [ ":libsec_public_config" ]
|
||||
|
||||
cflags = [
|
||||
"-D_INC_STRING_S",
|
||||
"-D_INC_WCHAR_S",
|
||||
|
||||
+8
-2
@@ -14,7 +14,11 @@
|
||||
"subsystem": "thirdparty",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [ "mini", "small", "standard" ],
|
||||
"adapted_system_type": [
|
||||
"mini",
|
||||
"small",
|
||||
"standard"
|
||||
],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
@@ -22,7 +26,9 @@
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [ "//third_party/bounds_checking_function:libsec_shared" ],
|
||||
"sub_component": [
|
||||
"//third_party/bounds_checking_function:libsec_shared"
|
||||
],
|
||||
"inner_kits": [
|
||||
{
|
||||
"name": "//third_party/bounds_checking_function:libsec_shared",
|
||||
|
||||
Reference in New Issue
Block a user