mirror of
https://gitee.com/openharmony/ability_ability_runtime
synced 2024-11-23 07:10:19 +00:00
!11163 独立编译 ets_utils 依赖整改
Merge pull request !11163 from jiangzhijun8/ets_utils
This commit is contained in:
commit
3172b46352
@ -15,12 +15,12 @@
|
||||
|
||||
#include "ohos_js_environment_impl.h"
|
||||
|
||||
#include "commonlibrary/ets_utils/js_sys_module/console/console.h"
|
||||
#include "commonlibrary/ets_utils/js_sys_module/timer/timer.h"
|
||||
#include "console.h"
|
||||
#include "hilog_tag_wrapper.h"
|
||||
#include "js_utils.h"
|
||||
#include "js_worker.h"
|
||||
#include "ohos_loop_handler.h"
|
||||
#include "sys_timer.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace AbilityRuntime {
|
||||
|
@ -25,8 +25,7 @@
|
||||
#include "ability_context.h"
|
||||
#include "ability_stage_context.h"
|
||||
#include "bundle_container.h"
|
||||
#include "commonlibrary/ets_utils/js_sys_module/timer/timer.h"
|
||||
#include "commonlibrary/ets_utils/js_sys_module/console/console.h"
|
||||
#include "console.h"
|
||||
#include "declarative_module_preloader.h"
|
||||
#include "hilog_tag_wrapper.h"
|
||||
#include "js_ability_context.h"
|
||||
@ -43,6 +42,7 @@
|
||||
#include "native_engine/impl/ark/ark_native_engine.h"
|
||||
#include "resource_manager.h"
|
||||
#include "window_scene.h"
|
||||
#include "sys_timer.h"
|
||||
|
||||
extern const char _binary_jsMockSystemPlugin_abc_start[];
|
||||
extern const char _binary_jsMockSystemPlugin_abc_end[];
|
||||
|
@ -15,12 +15,12 @@
|
||||
|
||||
#include "js_environment.h"
|
||||
|
||||
#include "console.h"
|
||||
#include "ffrt.h"
|
||||
#include "hilog_tag_wrapper.h"
|
||||
#include "js_environment_impl.h"
|
||||
#include "native_engine/impl/ark/ark_native_engine.h"
|
||||
#include "uncaught_exception_callback.h"
|
||||
#include "commonlibrary/ets_utils/js_sys_module/console/console.h"
|
||||
|
||||
namespace OHOS {
|
||||
namespace JsEnv {
|
||||
|
Loading…
Reference in New Issue
Block a user