diff --git a/bundle.json b/bundle.json index c0b519adb7..bc484ca32d 100755 --- a/bundle.json +++ b/bundle.json @@ -72,8 +72,7 @@ "libjpeg-turbo", "libxml2", "bounds_checking_function", - "device_status", - "ets_frontend" + "device_status" ], "third_party": [ ] diff --git a/interfaces/kits/ndk/wm/oh_window_event_filter.h b/interfaces/kits/ndk/wm/oh_window_event_filter.h index 7b3f53a67d..b191f3bed7 100644 --- a/interfaces/kits/ndk/wm/oh_window_event_filter.h +++ b/interfaces/kits/ndk/wm/oh_window_event_filter.h @@ -15,7 +15,7 @@ #ifndef OH_WINDOW_EVENT_FILTER_H #define OH_WINDOW_EVENT_FILTER_H -#include "foundation/multimodalinput/input/interfaces/kits/c/input/oh_input_manager.h" +#include "oh_input_manager.h" #include "key_event.h" #include "oh_window_comm.h" #include "stdint.h" diff --git a/window_scene/screen_session_manager_client/BUILD.gn b/window_scene/screen_session_manager_client/BUILD.gn index d8fdd143a7..ac96e0e445 100644 --- a/window_scene/screen_session_manager_client/BUILD.gn +++ b/window_scene/screen_session_manager_client/BUILD.gn @@ -52,6 +52,7 @@ ohos_shared_library("screen_session_manager_client") { external_deps = [ "c_utils:utils", + "graphic_2d:librender_service_base", "graphic_2d:librender_service_client", "hilog:libhilog", "hitrace:hitrace_meter",