re2 部件名称整改

Signed-off-by: wenlong_12 <wenlong12@huawei.com>
This commit is contained in:
wenlong_12
2023-06-05 06:11:44 +00:00
committed by Gitee
parent 24a5dd4378
commit 082b44e762
+5 -3
View File
@@ -12,7 +12,9 @@
# limitations under the License.
import("//build/ohos.gni")
import("//developtools/profiler/build/config.gni")
THIRDPARTY_RE2_SUBSYS_NAME = "thirdparty"
THIRDPARTY_RE2_PART_NAME = "re2"
libre2_path = rebase_path("//third_party/re2")
exec_script("install.sh", [ "$libre2_path" ])
@@ -65,6 +67,6 @@ ohos_shared_library("re2") {
version_script = "libre2.map"
}
install_enable = true
subsystem_name = "${OHOS_PROFILER_SUBSYS_NAME}"
part_name = "${OHOS_PROFILER_PART_NAME}"
subsystem_name = "${THIRDPARTY_RE2_SUBSYS_NAME}"
part_name = "${THIRDPARTY_RE2_PART_NAME}"
}