diff --git a/bundle.json b/bundle.json index ac2ef7c170d5a49a5764c038acf334ba5c1452b6..771e214cb815a27ac03b47ff8fd4ae7375c4f71d 100755 --- a/bundle.json +++ b/bundle.json @@ -20,6 +20,7 @@ "bounds_checking_function", "cJSON", "hilog", + "json", "openssl", "zlib" ] diff --git a/packing_tool/frameworks/test/unittest/shell_command_test/BUILD.gn b/packing_tool/frameworks/test/unittest/shell_command_test/BUILD.gn index 80b45a1656bdb0e81a98708de5aa0126e9032113..8c2445dbcbe4fa3cb000cb93d3d3858c27727205 100644 --- a/packing_tool/frameworks/test/unittest/shell_command_test/BUILD.gn +++ b/packing_tool/frameworks/test/unittest/shell_command_test/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Huawei Device Co., Ltd. +# Copyright (c) 2024-2025 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -18,7 +18,6 @@ config("shell_command_test_config") { include_dirs = [ "../../../include", "../../../include/json", - "../../../../../../../third_party/json/include", ] cflags_cc = [ "-fexceptions" ] @@ -71,6 +70,7 @@ ohos_unittest("shell_command_test") { "bounds_checking_function:libsec_static", "cJSON:cjson_static", "hilog:libhilog", + "json:nlohmann_json_static", "openssl:libcrypto_shared", "zlib:libz", ]