From c3a068f0eb66b298b47dffbe2422992713476100 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Wed, 14 Jun 2023 15:45:03 +0800 Subject: [PATCH] Modify protobuf bundle's name Signed-off-by: wenlong_12 Signed-off-by: wenlong_12 --- merge_abc/BUILD.gn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/merge_abc/BUILD.gn b/merge_abc/BUILD.gn index 653a782fe2..3d5ff772ad 100644 --- a/merge_abc/BUILD.gn +++ b/merge_abc/BUILD.gn @@ -13,7 +13,9 @@ import("//arkcompiler/ets_frontend/ets_frontend_config.gni") import("//arkcompiler/runtime_core/ark_config.gni") -import("//developtools/profiler/build/config.gni") + +THIRDPARTY_PROTOBUF_SUBSYS_NAME = "thirdparty" +THIRDPARTY_PROTOBUF_PART_NAME = "protobuf" proto_base_dir = "protos" proto_out_dir = "$target_gen_dir" + "/protos_generated" @@ -90,7 +92,7 @@ foreach(proto_file, proto_file_defines) { } protoc_binary_out_path = - "${OHOS_PROFILER_SUBSYS_NAME}/${OHOS_PROFILER_PART_NAME}" + "${THIRDPARTY_PROTOBUF_SUBSYS_NAME}/${THIRDPARTY_PROTOBUF_PART_NAME}" if (!ark_standalone_build) { if (default_toolchain == current_toolchain) { -- Gitee