From b4e43105d4f62bfd438e77c1df0ad7c356e0b189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E9=9F=AC?= Date: Tue, 4 Jul 2023 06:22:41 +0000 Subject: [PATCH] change abseil_cpp to abseil-cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 卢韬 --- bundle.json | 6 +++--- configure_copts.gni | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bundle.json b/bundle.json index 74ec245..75b94e0 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/abseil_cpp", + "name": "@ohos/abseil-cpp", "description": "The repository contains the Abseil C++ library code. Abseil is an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library.", "version": "3.1", "license": "Apache V2", @@ -10,11 +10,11 @@ "dirs": {}, "scripts": {}, "component": { - "name": "abseil_cpp", + "name": "abseil-cpp", "subsystem": "thirdparty", "syscap": [], "features": [], - "adapted_system_type": [], + "adapted_system_type": [ "standard" ], "rom": "", "ram": "", "deps": { diff --git a/configure_copts.gni b/configure_copts.gni index e082329..8d7788c 100644 --- a/configure_copts.gni +++ b/configure_copts.gni @@ -13,7 +13,7 @@ ABSEIL_DIR = get_path_info("./abseil-cpp/", "abspath") THIRDPARTY_ABSEIL_SUBSYS_NAME = "thirdparty" -THIRDPARTY_ABSEIL_PART_NAME = "abseil_cpp" +THIRDPARTY_ABSEIL_PART_NAME = "abseil-cpp" ABSL_DEFAULT_COPTS = [ "-Wall", "-Wextra", -- Gitee