From 7cd6f111d46f93fa470d01cd1e4a114a717c5a2f Mon Sep 17 00:00:00 2001 From: ohhui Date: Sat, 2 Jan 2021 11:49:06 +0800 Subject: [PATCH] =?UTF-8?q?update=20readme/=E7=BC=96=E8=AF=91=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=AD=90=E7=B3=BB=E7=BB=9FREADME.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...04\345\273\272\345\255\220\347\263\273\347\273\237README.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/readme/\347\274\226\350\257\221\346\236\204\345\273\272\345\255\220\347\263\273\347\273\237README.md" "b/readme/\347\274\226\350\257\221\346\236\204\345\273\272\345\255\220\347\263\273\347\273\237README.md" index bbf7f3389a6..286c1316398 100755 --- "a/readme/\347\274\226\350\257\221\346\236\204\345\273\272\345\255\220\347\263\273\347\273\237README.md" +++ "b/readme/\347\274\226\350\257\221\346\236\204\345\273\272\345\255\220\347\263\273\347\273\237README.md" @@ -69,7 +69,7 @@ python build.py ipcamera_hi3516dv300 │ └── src # 源文件文件夹 │ └── helloworld2.c # 源文件2 ├── build.sh # 自定义组件build.sh脚本,非必要 - └── Makefile # 自定义组件Makefile脚本,非必 + └── Makefile # 自定义组件Makefile脚本,非必要 ``` 第一步:编写example/feature1/BUILD.gn,动态库的gn脚本 -- Gitee