From 44f385852955baa5da6eb34c9d633ea20e74d80e Mon Sep 17 00:00:00 2001 From: giteeHYC <10223023+giteehyc@user.noreply.gitee.com> Date: Fri, 31 Dec 2021 03:19:50 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E6=9B=B4=E6=96=B0ndk?= =?UTF-8?q?=E7=9B=AE=E5=BD=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36312d3..21faa1d 100755 --- a/README.md +++ b/README.md @@ -21,6 +21,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 ``` -- Gitee