diff --git a/bundle.json b/bundle.json index 74ec245b36e612213257e754b28e95260302046c..75b94e0f390da7e150b46ad7392a539da87e6860 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 e082329c8bd03d3d54079112ed64b58e17b9edbd..8d7788c638ba51ab2630e7ea4b2bb828547d5bc5 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",