From 01a7de1a0f742a15004e57c7d660fdf89585554d Mon Sep 17 00:00:00 2001 From: huangyicong Date: Tue, 4 Jan 2022 14:46:52 +0800 Subject: [PATCH] readmeUpdateNdk Signed-off-by: huangyicong --- README.md | 2 ++ README_zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 36312d3..41cf106 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # utils/native + - [Introduction](#section11660541593) - [Directory Structure](#section17271017133915) - [Repositories Involved](#section1249817110914) @@ -21,6 +22,7 @@ utils/native └─ base ├── include # Header files of APIs open to other subsystems ├── src # Source files + ├── ndk_libraries_config # Configuration of the NDK library └── test # Test code ``` diff --git a/README_zh.md b/README_zh.md index 7c76b30..3efefac 100755 --- a/README_zh.md +++ b/README_zh.md @@ -1,5 +1,6 @@ # C++公共基础库 + - [简介](#section11660541593) - [目录](#section17271017133915) - [相关仓](#section1249817110914) @@ -21,6 +22,7 @@ utils/native └─ base ├── include # 对各子系统开放的接口头文件 ├── src # 源文件 + ├── ndk_libraries_config # ndk库的配置目录 └── test # 测试代码 ``` -- Gitee