diff --git a/BUILD.gn b/BUILD.gn index 7a0697c92f4f99047a061ee38107cad3b1c9361f..7db4065211b2c44d8cb718c9f11dd176d2f5f5f7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -32,7 +32,7 @@ config("qjs_inner_config") { config("qjs_debug_config") { include_dirs = [ "." ] cflags = [ "-DENABLE_JS_DEBUG" ] - include_dirs += [ "//utils/native/base/include" ] + include_dirs += [ "//commonlibrary/c_utils/base/include" ] } qjs_sources = [ @@ -52,7 +52,7 @@ ohos_static_library("qjs_debugger") { ] external_deps = [] if (!is_wearable_product) { - external_deps += [ "utils_base:utils" ] + external_deps += [ "c_utils:utils" ] } if (is_standard_system) { external_deps += [ "hiviewdfx_hilog_native:libhilog" ]