df098ce60f714a17eef6a8e87a2c708aa95d2334 |
|
15-Oct-2009 |
Nicolas Catania <niko@google.com> |
Added a filter to remove buildenv's warnings. Warnings about makefiles and build scripts interfere with `next-error'. If you are interested only in the errors from the source file, a custom variable allows you to nuke build env warnings. The filter is registered as a compilation-filter-hook.
|
2022dcd9f1d3b524eb9d7c5bcb3050285bcbd9fe |
|
13-Oct-2009 |
Nicolas Catania <niko@google.com> |
Standardized on one single output buffer for all the commands output. All the commands output go to an *Android Output* buffer which gets cleaned up before each command run. Fixed a compilation bug, building from the top Makefile was not generating a new image.
|
081e65d06f722a4a9d6bb22e445da7f3dc15820d |
|
10-Oct-2009 |
Nicolas Catania <niko@google.com> |
New interactive functions to send commands to a device. This is still a bit crude but now we can remount,sync,reboot and flash a device from emacs. Support product aliases.
|
f94bca2ab7f484fa3213443db4e49eedbb08b1a1 |
|
06-Oct-2009 |
Nicolas Catania <niko@google.com> |
Added support for the number of jobs during a make. Moved common functions in a new android-common.el file. Declared a customizable variable to control the number of jobs used during the make process. In android-compile, call compile interactively to honor the compile-read-command feature to give the user the opportunity to edit the command (e.g add the snod target)
|