!719 OS_ACCOUNT导致协同场景startRemoteAbility失败

Merge pull request !719 from hunili/master
This commit is contained in:
openharmony_ci 2023-10-26 08:16:16 +00:00 committed by Gitee
commit f6b26bcf92
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Huawei Device Co., Ltd.
* Copyright (c) 2022-2023 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@ -17,8 +17,8 @@
#include "js_continuation_manager.h"
static napi_module _module = {
.nm_modname = "continuation.continuationManager",
.nm_filename = "continuation/libcontinuationmanager_napi.so/continuationmanager.js",
.nm_modname = "continuation.continuationManager",
.nm_register_func = OHOS::DistributedSchedule::JsContinuationManagerInit,
};

View File

@ -24,6 +24,10 @@ config("distributed_ability_manager_config") {
visibility = [ ":*" ]
visibility += [ "./test/*" ]
include_dirs = [ "include/" ]
defines = []
if (os_account_part) {
defines += [ "OS_ACCOUNT_PART" ]
}
}
ohos_shared_library("distributed_ability_manager_svr") {