How to compile all source files (default make target does not compile all of them)
- by Piotr Krukowiecki
Hi,
when I compile android (http://source.android.com/download) it does not compile some source files. For example there is external/bluetooth/bluez/sbc/sbc.c which is not compiled. There are also other such files.
It's possible those files need not to be compiled. Or it might be that I need some special configuration to compile them.
Either way, if it is possible, I'd like to compile them. Is there some way to do it? Maybe some "compile_all" make target?
(I believe the reason why I want to compile all source files is not important)