mirror of
https://gitee.com/openharmony/startup_init
synced 2024-12-13 05:41:57 +00:00
!1888 FIX:补充libbegetutil 需要隐藏的符号
Merge pull request !1888 from cheng_jinsong/0410_begetutil
This commit is contained in:
commit
cdc6e4dd00
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user