diff --git a/BUILD.gn b/BUILD.gn index b693e879296c2a1a96aa5774144d5bd621a01735..40565c211ea6fcc74e4d597f04047383249749c7 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -36,7 +36,7 @@ ohos_rust_shared_library("lib") { } ohos_rust_unittest("rust_ylong_json_unit_test") { - module_out_path = "commonlibrary/rust/ylong_json" + module_out_path = "ylong_json" sources = [ "src/lib.rs" ] deps = [ ":lib",