修正拼写错误.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-08-25 15:18:05 +08:00
parent 0bd52b46a3
commit f337b36533
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* 使用 envsetup.sh 命令设置环境
* 运行 lunch 命令
* 在对应程序的 Android.md/Android.dp 文件中修改编译选项,增加 -O0 -g 参数
* Android 镜像中包含的程序一般不带调试信息,需要到 out/target/product/\<product\>/symboles 下获取带调试信息的程序/库,然后将其 adb push 到设备
* Android 镜像中包含的程序一般不带调试信息,需要到 out/target/product/\<product\>/symbols 下获取带调试信息的程序/库,然后将其 adb push 到设备
注意: