A few notes from my builds on AOSP and CM.
Google made a great work with they’re build system, but many of this features are non documented :S, or not documented on the web … boomer.
Anyway, there are many interesting things:
- find all the available modules (libraries and executables):
make modules
- build specific module:
make <module>
- clean specific module:
make clean-<module>