diff --git a/BUILD.gn b/BUILD.gn index 76292b1016f17f3cda318afc11a7fb6f170971f9..14c0788a5ff3e1658671e89211a0075c0923b9cd 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -34,8 +34,8 @@ ohos_cargo_crate("lib") { } ohos_static_library("cxx_cppdeps") { - part_name = "common" - subsystem_name = "common" + part_name = "build_framework" + subsystem_name = "build" defines = [ "RUST_CXX_NO_EXCEPTIONS" ] sources = [ "//third_party/rust/crates/cxx/include/cxx.h",