mirror of
https://gitee.com/openharmony/startup_init
synced 2025-03-03 18:17:51 +00:00
!1571 iface_cast概率失败的问题
Merge pull request !1571 from yichengzhao/master
This commit is contained in:
commit
32338a5577
@ -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",
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#include "watcher_manager_stub.h"
|
||||
#include "watcher_manager_proxy.h"
|
||||
#include "watcher_proxy.h"
|
||||
#include "watcher_utils.h"
|
||||
|
||||
namespace OHOS {
|
||||
|
Loading…
x
Reference in New Issue
Block a user