From 85a73acb9ffd31366b0d4ccd586e49cd2fa29208 Mon Sep 17 00:00:00 2001 From: wangchen <253227059@qq.com> Date: Mon, 21 Mar 2022 08:04:27 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=86=85=E6=BA=90=E6=A3=80=E8=A7=86?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D=20=E3=80=90=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E3=80=91=E4=BB=8E=E4=B8=BB=E5=B9=B2=E5=90=88=E5=B9=B6?= =?UTF-8?q?=E5=90=8C=E6=AD=A5=E7=9A=84=E5=86=85=E6=BA=90=E6=A3=80=E8=A7=86?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 【修改方案】 1,从主干合并同步的内源检视问题修复 【影响】 对现有的产品编译不会有影响。 Signed-off-by: wangchen --- OAT.xml | 6 +++++- README.md | 2 +- README_zh.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/OAT.xml b/OAT.xml index 86c5ded..c2f76b0 100644 --- a/OAT.xml +++ b/OAT.xml @@ -13,8 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. - This is the configuration file template for OpenHarmony OSS Audit Tool, please copy it to your project root dir and modify it refer to OpenHarmony/tools_oat/README. + +--> + + diff --git a/README.md b/README.md index 2374b55..2ed985f 100644 --- a/README.md +++ b/README.md @@ -44,5 +44,5 @@ clang -o helloworld helloworld.c -target arm-liteos --sysroot=/my_ohos_root_path [Kernel subsystem](https://gitee.com/openharmony/docs/blob/master/en/readme/kernel.md) -**prebuilts\_lite\_sysroot** +[prebuilts\_lite\_sysroot](https://gitee.com/openharmony/prebuilts_lite_sysroot/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md index 5d120b2..13d3008 100644 --- a/README_zh.md +++ b/README_zh.md @@ -44,5 +44,5 @@ clang -o helloworld helloworld.c -target arm-liteos --sysroot=/my_ohos_root_path [内核子系统](https://gitee.com/openharmony/docs/blob/master/zh-cn/readme/%E5%86%85%E6%A0%B8%E5%AD%90%E7%B3%BB%E7%BB%9F.md) -**prebuilts\_lite\_sysroot** +[prebuilts\_lite\_sysroot](https://gitee.com/openharmony/prebuilts_lite_sysroot/blob/master/README_zh.md) -- Gitee