未验证 提交 cdc6e4dd 编写于 作者: O openharmony_ci 提交者: Gitee

!1888 FIX:补充libbegetutil 需要隐藏的符号

Merge pull request !1888 from cheng_jinsong/0410_begetutil
......@@ -52,6 +52,7 @@ if (!defined(ohos_lite)) {
]
deps = [
"//base/startup/init/interfaces/innerkits:libbegetutil",
"//base/startup/init/services/log:agent_log",
"//base/startup/init/services/modules/udid:libudidcomm",
"//third_party/bounds_checking_function:libsec_shared",
]
......
......@@ -14,8 +14,6 @@
1.0 {
global:
DecodeUid;
CheckAndCreateDir;
SetInitLogLevel;
StartupLog;
ServiceGetFd;
ServiceSaveFd;
......
......@@ -35,6 +35,7 @@ persist.xts.devattest. = device_attest:device_attest:0775
#udid and sn, only read
ohos.boot.sn = root:deviceprivate:0750
const.product.udid = root:deviceprivate:0750
const.product.devUdid = root:deviceprivate:0750
const.actionable_compatible_property.enabled = root:root:0777
const.postinstall.fstab.prefix = root:root:0777
......
......@@ -41,7 +41,10 @@ ohos_shared_library("param_watcher") {
"//third_party/cJSON",
]
deps = [ "//base/startup/init/interfaces/innerkits:libbegetutil" ]
deps = [
"//base/startup/init/interfaces/innerkits:libbegetutil",
"//base/startup/init/services/log:agent_log",
]
external_deps = [
"c_utils:utils",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册