mirror of
https://gitee.com/openharmony/telephony_ril_adapter
synced 2024-11-23 07:39:57 +00:00
commit
0cd2adef19
@ -44,6 +44,8 @@ ohos_shared_library("hril_innerkits") {
|
||||
"LOG_DOMAIN = 0xD001F08",
|
||||
]
|
||||
|
||||
cflags_cc = [ "-fstack-protector-strong" ]
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog:libhilog",
|
||||
|
@ -47,6 +47,8 @@ ohos_shared_library("hril") {
|
||||
|
||||
deps = [ "$RIL_ADAPTER/interfaces/innerkits:hril_innerkits" ]
|
||||
|
||||
cflags_cc = [ "-fstack-protector-strong" ]
|
||||
|
||||
external_deps = [
|
||||
"bounds_checking_function:libsec_shared",
|
||||
"c_utils:utils",
|
||||
|
@ -34,6 +34,8 @@ ohos_shared_library("hril_hdf") {
|
||||
"$RIL_ADAPTER/services/hril:hril",
|
||||
]
|
||||
|
||||
cflags_cc = [ "-fstack-protector-strong" ]
|
||||
|
||||
external_deps = [
|
||||
"bounds_checking_function:libsec_shared",
|
||||
"hdf_core:libhdf_host",
|
||||
|
2
services/vendor/BUILD.gn
vendored
2
services/vendor/BUILD.gn
vendored
@ -37,6 +37,8 @@ ohos_shared_library("ril_vendor") {
|
||||
]
|
||||
deps = [ "$RIL_ADAPTER/interfaces/innerkits:hril_innerkits" ]
|
||||
|
||||
cflags_cc = [ "-fstack-protector-strong" ]
|
||||
|
||||
external_deps = [
|
||||
"bounds_checking_function:libsec_shared",
|
||||
"c_utils:utils",
|
||||
|
Loading…
Reference in New Issue
Block a user