mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-23 07:50:24 +00:00
mini_system_mini系统编译失败修复
Signed-off-by: yanghang <yanghang86@huawei.com>
This commit is contained in:
parent
f67caec771
commit
1b59ecf3ae
3
BUILD.gn
3
BUILD.gn
@ -16,14 +16,13 @@ import("//build/ohos_var.gni")
|
||||
import("./config.gni")
|
||||
|
||||
SUBSYSTEM_DIR = "//foundation/communication/ipc"
|
||||
IPC_CORE_ROOT = "$SUBSYSTEM_DIR/ipc/native"
|
||||
|
||||
group("ipc_components") {
|
||||
if (os_level == "standard") {
|
||||
deps = [
|
||||
"$IPC_CORE_ROOT/src/core:ipc_common",
|
||||
"$SUBSYSTEM_DIR/interfaces/innerkits/ipc_core:ipc_core",
|
||||
"$SUBSYSTEM_DIR/interfaces/innerkits/ipc_single:ipc_single",
|
||||
"$SUBSYSTEM_DIR/ipc/native/src/core:ipc_common",
|
||||
]
|
||||
if (!build_ohos_sdk) {
|
||||
deps += [
|
||||
|
Loading…
Reference in New Issue
Block a user