!1571 iface_cast概率失败的问题

Merge pull request !1571 from yichengzhao/master
This commit is contained in:
openharmony_ci 2022-11-28 02:52:57 +00:00 committed by Gitee
commit 32338a5577
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,6 @@ ohos_prebuilt_etc("param_watcher.rc") {
ohos_shared_library("param_watcher") {
sources = [
"agent/watcher_manager_proxy.cpp",
"proxy/watcher_manager.cpp",
"proxy/watcher_manager_stub.cpp",
"proxy/watcher_proxy.cpp",
@ -31,7 +30,6 @@ ohos_shared_library("param_watcher") {
"//foundation/systemabilitymgr/samgr/interfaces/innerkits/samgr_proxy/include/",
"//base/startup/init/services/param/include",
"//base/startup/init/services/include/param",
"//base/startup/init/services/param/watcher/agent",
"//base/startup/init/services/param/linux",
"//base/startup/init/services/param/watcher/proxy",
"//base/startup/init/services/param/watcher/include",

View File

@ -14,7 +14,7 @@
*/
#include "watcher_manager_stub.h"
#include "watcher_manager_proxy.h"
#include "watcher_proxy.h"
#include "watcher_utils.h"
namespace OHOS {