From e74a00fad1a46c6033762d5a7794931472c388b9 Mon Sep 17 00:00:00 2001 From: lijunru Date: Fri, 11 Aug 2023 11:13:10 +0800 Subject: [PATCH] common component rectification Issue: https://gitee.com/openharmony/build/issues/I7SCUB Test: build Signed-off-by: lijunru Change-Id: I5dec929514122ac40608b7e7726dd8530ac173ab --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 76292b10..14c0788a 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", -- Gitee