From 7242acb6af877577aa07ea934e1180deeee2dce2 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Mon, 5 Jun 2023 06:29:46 +0000 Subject: [PATCH] =?UTF-8?q?protobuf=20=E4=B8=AD=E9=83=A8=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 f70bd94f43..4575b6e35f 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