mirror of
https://gitee.com/openharmony/communication_ipc
synced 2025-03-02 05:37:01 +00:00
修改编译错误
Signed-off-by: lishengming14 <lishengming14@huawei.com>
This commit is contained in:
parent
b0a84c1271
commit
a4ae636d4e
@ -20,7 +20,7 @@ if (support_jsapi) {
|
||||
include_dirs = [ "$SUBSYSTEM_DIR/ipc/native/src/napi/include" ]
|
||||
}
|
||||
|
||||
ohos_shared_library("rpc") {
|
||||
ohos_shared_library("ipc_rpc") {
|
||||
sanitize = {
|
||||
integer_overflow = true
|
||||
}
|
||||
@ -65,6 +65,6 @@ if (support_jsapi) {
|
||||
|
||||
group("rpc") {
|
||||
if (support_jsapi) {
|
||||
deps = [ ":rpc" ]
|
||||
deps = [ ":ipc_rpc" ]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user