IPC编译依赖整改

Signed-off-by: 孙健 <sunjian89@h-partners.com>
This commit is contained in:
孙健
2025-07-24 10:26:35 +08:00
parent 17431016f3
commit e249965a4e
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -34,7 +34,8 @@
"hilog",
"napi",
"init",
"bounds_checking_function"
"bounds_checking_function",
"ipc"
],
"third_party": []
},
+1
View File
@@ -52,6 +52,7 @@ ohos_shared_library("customconfig") {
"c_utils:utils",
"hilog:libhilog",
"init:libbegetutil",
"ipc:ipc_single",
"napi:ace_napi",
]
relative_install_dir = "module/customization"