How to compile all source files (default make target does not compile all of them)

Posted by Piotr Krukowiecki on Stack Overflow See other posts from Stack Overflow or by Piotr Krukowiecki
Published on 2010-03-16T17:51:15Z Indexed on 2010/03/16 18:01 UTC
Read the original article Hit count: 486

Filed under:

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)

© Stack Overflow or respective owner

Related posts about android