Script to build Android
Davy 15 Jun 2012After compiling Android all day long you quickly learn a few tricks like “mmm” to do a partial build or “adb sync” to synchronize the device files tree to your compilation output directory. Those tools save you a lot of time, but you are still typing the same list of commands all day long. And here comes my script.
Do you need to compile your Android source ?
Do you need to flash your device with the latest image produced by your compilation ?
Do you need to do a fast partial build and push changed files to your device ?
Do you need to reinstall a bunch of files and apk to your device ?
Here are a few examples of what you can do:
comments powered by Disqus