From 6d495ff42bd94992bc2ba0018e9f3f34eebe6fe5 Mon Sep 17 00:00:00 2001 From: Yuqiang Xian Date: Sat, 16 Jul 2022 14:11:32 +0800 Subject: [PATCH] Fix code repo list after merging mainline changes. Issue: https://gitee.com/openharmony/community/issues/I5GAWF Signed-off-by: Yuqiang Xian --- sig/sig-compileruntime/sig-compile-runtime.md | 6 +++--- sig/sig-compileruntime/sig-compile-runtime_cn.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sig/sig-compileruntime/sig-compile-runtime.md b/sig/sig-compileruntime/sig-compile-runtime.md index ebec6af..b5703c9 100644 --- a/sig/sig-compileruntime/sig-compile-runtime.md +++ b/sig/sig-compileruntime/sig-compile-runtime.md @@ -22,8 +22,8 @@ ### repositories - arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core - arkcompiler_ets_runtime: https://gitee.com/openharmony/arkcompiler_ets_runtime - - arkcompiler_toolchain: https://gitee.com/openharmony/arkcompiler_toolchain - arkcompiler_ets_frontend: https://gitee.com/openharmony/arkcompiler_ets_frontend + - arkcompiler_toolchain: https://gitee.com/openharmony/arkcompiler_toolchain - ets_utils: https://gitee.com/openharmony-sig/commonlibrary_ets_utils @@ -36,11 +36,11 @@ - third_party_musl: https://gitee.com/openharmony/third_party_musl - third_party_mimalloc: https://gitee.com/openharmony-sig/third_party_mimalloc - - utils: https://gitee.com/openharmony/utils - - utils_memory: https://gitee.com/openharmony/utils_memory - commonlibrary_c_utils: https://gitee.com/openharmony/commonlibrary_c_utils - commonlibrary_utils_lite: https://gitee.com/openharmony/commonlibrary_utils_lite + - utils_memory: https://gitee.com/openharmony/utils_memory + - third_party_miniz: https://gitee.com/openharmony/third_party_miniz - build_lite: https://gitee.com/openharmony/build_lite diff --git a/sig/sig-compileruntime/sig-compile-runtime_cn.md b/sig/sig-compileruntime/sig-compile-runtime_cn.md index 6164e8c..dc348c9 100644 --- a/sig/sig-compileruntime/sig-compile-runtime_cn.md +++ b/sig/sig-compileruntime/sig-compile-runtime_cn.md @@ -22,6 +22,7 @@ - arkcompiler_runtime_core: https://gitee.com/openharmony/arkcompiler_runtime_core - arkcompiler_ets_runtime: https://gitee.com/openharmony/arkcompiler_ets_runtime - arkcompiler_ets_frontend: https://gitee.com/openharmony/arkcompiler_ets_frontend + - arkcompiler_toolchain: https://gitee.com/openharmony/arkcompiler_toolchain - ets_utils: https://gitee.com/openharmony-sig/commonlibrary_ets_utils @@ -34,12 +35,11 @@ - third_party_musl: https://gitee.com/openharmony/third_party_musl - third_party_mimalloc: https://gitee.com/openharmony-sig/third_party_mimalloc - - utils: https://gitee.com/openharmony/utils - - utils_memory: https://gitee.com/openharmony/utils_memory - - commonlibrary_c_utils: https://gitee.com/openharmony/commonlibrary_c_utils - commonlibrary_utils_lite: https://gitee.com/openharmony/commonlibrary_utils_lite + - utils_memory: https://gitee.com/openharmony/utils_memory + - third_party_miniz: https://gitee.com/openharmony/third_party_miniz - build_lite: https://gitee.com/openharmony/build_lite -- GitLab