修改编译错误

Signed-off-by: lishengming14 <lishengming14@huawei.com>
This commit is contained in:
lishengming14 2023-08-08 02:15:56 +00:00 committed by Gitee
parent b0a84c1271
commit a4ae636d4e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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" ]
}
}