update code

Signed-off-by: xinxin13 <xinxin13@huawei.com>
This commit is contained in:
xinxin13
2022-10-11 20:57:00 +08:00
parent fe501c3587
commit bfd8d3648c
2 changed files with 1 additions and 4 deletions
@@ -41,7 +41,6 @@ ohos_shared_library("napi_common") {
"ability_runtime:abilitykit_native",
"ability_runtime:app_manager",
"ability_runtime:napi_base_context",
"ability_runtime:runtime",
"ability_runtime:wantagent_innerkits",
"bundle_framework:appexecfwk_base",
"bundle_framework:appexecfwk_core",
@@ -23,7 +23,6 @@
#include "double_wrapper.h"
#include "float_wrapper.h"
#include "int_wrapper.h"
#include "js_runtime_utils.h"
#include "long_wrapper.h"
#include "short_wrapper.h"
#include "string_wrapper.h"
@@ -31,8 +30,7 @@
#include "remote_object_wrapper.h"
#include "want_params_wrapper.h"
#include "napi_remote_object.h"
#include "native_engine/native_engine.h"
using namespace OHOS::AbilityRuntime;
namespace OHOS {
namespace AppExecFwk {
const int PROPERTIES_SIZE = 2;