commit
f65e14bf3b
2
BUILD.gn
2
BUILD.gn
|
@ -40,7 +40,7 @@ group("kernel") {
|
||||||
deps = [
|
deps = [
|
||||||
"kernel:kernel",
|
"kernel:kernel",
|
||||||
"utils:utils",
|
"utils:utils",
|
||||||
"//third_party/bounds_checking_function:libsec_static",
|
"//third_party/bounds_checking_function:libsec_kernel",
|
||||||
]
|
]
|
||||||
if (enable_ohos_kernel_liteos_m_cppsupport == true) {
|
if (enable_ohos_kernel_liteos_m_cppsupport == true) {
|
||||||
deps += [ "components/cppsupport:cppsupport" ]
|
deps += [ "components/cppsupport:cppsupport" ]
|
||||||
|
|
Loading…
Reference in New Issue