Invoke ". build/envsetup.sh" from your shell to add thefollowing functions to your environment:

- croot:   Changes directory to the top of the tree.
- m:       Makesfrom the top of the tree.
- mm:      Builds all of the modules in the currentdirectory.
- mmm:     Builds all of the modules in the supplieddirectories.
- cgrep:   Greps on all local C/C++ files.
- hgrep:   Greps on all local C/C++ header files.
- jgrep:   Greps on all local Java files.
- mkgrep:  Greps on all local make files.
- rcgrep:  Greps on all local .rc files.
- resgrep: Greps on all local res/*.xml files.
- shgrep:  Greps on all local .sh files.
- godir:   Go to the directory containing a file.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Go语言中如何使用模板引擎
  2. Golang如何实现简单的API网关
  3. 了解Go 扁平化项目结构
  4. Golang中select的实现机制
  5. 用go实现路由的链式定义
  6. Go 1.15 版本的优化清单【总结】
  7. 详解Golang的context
  8. 详解Go 语言中的方法
  9. 如何搭建go-micro开发环境
  10. 关于golang当中对select的理解