diff --git a/bundle.json b/bundle.json index 60c317e0ee82d0dfa042e4d82b12deac16187a5f..4851abce4ba21fc887bd51d33c0c3d618042365f 100644 --- a/bundle.json +++ b/bundle.json @@ -43,7 +43,8 @@ "napi", "samgr", "app_file_service", - "os_account" + "os_account", + "json" ], "third_party": [ "e2fsprogs", diff --git a/interfaces/kits/js/BUILD.gn b/interfaces/kits/js/BUILD.gn index 3c9b376ee82976d069e931c0d2a606ad992a0b33..5b7974bf53135d64801d51f1df980e73dc3eb2bd 100644 --- a/interfaces/kits/js/BUILD.gn +++ b/interfaces/kits/js/BUILD.gn @@ -499,6 +499,8 @@ ohos_shared_library("environment") { ] external_deps = [ + "ability_base:want", + "json:nlohmann_json_static", "access_token:libaccesstoken_sdk", "access_token:libtokenid_sdk", "hilog:libhilog",