readmeUpdateNdk

Signed-off-by: huangyicong <huangyicong4@huawei.com>
This commit is contained in:
huangyicong
2022-01-04 14:46:52 +08:00
parent 14f6219fc7
commit 8f4247f025
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,5 +1,6 @@
# utils/native<a name="EN-US_TOPIC_0000001148676553"></a>
- [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
```
+2
View File
@@ -1,5 +1,6 @@
# C++公共基础库<a name="ZH-CN_TOPIC_0000001148676553"></a>
- [简介](#section11660541593)
- [目录](#section17271017133915)
- [相关仓](#section1249817110914)
@@ -21,6 +22,7 @@ utils/native
└─ base
├── include # 对各子系统开放的接口头文件
├── src # 源文件
├── ndk_libraries_config # ndk库的配置目录
└── test # 测试代码
```