提交 f1d52f6d 编写于 作者: C cheng_jinsong

open vendor

Signed-off-by: Ncheng_jinsong <chengjinsong2@huawei.com>
上级 ba71a874
......@@ -31,12 +31,13 @@ ohos_shared_library("init_context") {
external_deps = [ "init:libinit_module_engine" ]
defines = [ "INIT_SUPPORT_CHIPSET_INIT" ]
if (build_selinux) {
external_deps += [
"selinux:libload_policy",
"selinux:librestorecon",
]
defines = [ "WITH_SELINUX" ]
defines += [ "WITH_SELINUX" ]
}
deps = [
......@@ -60,6 +61,7 @@ config("initcontext_static_config") {
ohos_source_set("initcontext_static") {
sources = [ "init_context_static.c" ]
include_dirs = comm_include
defines = [ "INIT_SUPPORT_CHIPSET_INIT" ]
public_configs = [ ":initcontext_static_config" ]
public_configs += [ "../../../interfaces/innerkits/init_module_engine:init_module_engine_exported_config" ]
deps = [ "//third_party/bounds_checking_function:libsec_shared" ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册