Android源码快速查找文件、搜索字符串和编译

本文介绍了如何在Android源码中高效地查找文件和搜索字符串,以及编译技巧。通过godir快速定位文件,使用cgrep/jgrep/resgrep简化grep操作,同时讲解了m/mm/mmm等编译命令的用法,帮助开发者提升工作效率。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

android源码中有文件build/envsetup.sh,文件开头有如下内容:

Invoke ". build/envsetup.sh" from your shell to add the following functions to your environment:
- croot:   Changes directory to the top of the tree.
- m:       Makes from the top of the tree.
- mm:      Builds all of the modules in the current directory.
- mmm:     Builds all of the modules in the supplied directories.
- cgrep:   Greps on all local C/C++ files.
- jgrep:   Greps on all local Java files.
- resgrep: Greps on all local res/*.xml files.
- godir:   Go to the directory containing a file.

这些都是可以提高我们工作效率的命令,下面就看看怎么用这些命令。

先说查找文件和搜索字符串

在源码根目录先执行envsetup.sh脚本,运行结果如下:

harry@ubuntu:/host/android_codes/android2.3.6$ . build/envsetup.sh 
including device/htc/passion/vendorsetup.sh
including device/samsung/crespo4g/vendorsetup.sh
including device/samsung/crespo/vendorsetup.sh

运行完后,我们就可以直接使用啦。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值