mirror of
https://gitee.com/openharmony/communication_ipc
synced 2024-11-30 11:30:30 +00:00
commit
0bea9b810e
@ -71,7 +71,10 @@ ohos_shared_library("ipc_core") {
|
||||
"$SUBSYSTEM_DIR/config:ipc_util_config",
|
||||
":libipc_core_private_config",
|
||||
]
|
||||
public_configs = [ "$SUBSYSTEM_DIR/config:ipc_util_config" ]
|
||||
public_configs = [
|
||||
"$SUBSYSTEM_DIR/config:ipc_util_config",
|
||||
":ipc_all_deps_config",
|
||||
]
|
||||
|
||||
all_dependent_configs = [ ":ipc_all_deps_config" ]
|
||||
|
||||
|
@ -28,6 +28,7 @@ if (support_jsapi) {
|
||||
"../../../ipc/native/src/napi_common/include",
|
||||
]
|
||||
all_dependent_configs = [ ":napi_common_deps_config" ]
|
||||
public_configs = [ ":napi_common_deps_config" ]
|
||||
|
||||
sources = [
|
||||
"../../../ipc/native/src/napi_common/source/napi_ashmem.cpp",
|
||||
|
Loading…
Reference in New Issue
Block a user