Hi,
To compile Android image, which compiler is actually used? one is the cross compiler in prebuilts folder in the android source tree. One is the gcc installed in /user/bin/.
I though the cross compiler will be used since we are compile the code for arm. But it looks like the gcc is indeed used during the compilation. So what part of code are compiled with gcc when we build android image? How do we check?
Thanks