tonysonney
Lurker
Hi all,
I am trying to build Android from source. I use the command
.But my compilation fails complaining
which did not make much sense. Is there a way to enable the compilation messages? I mean like Entering mydroid/folder/folder/makefile followed by gcc CFLAGS as we do in normal make. I mean if I could enable similar message, I can atleast round the error under a particular makefile. At present it just compiles with the name of the specific file without the information of the makefile which invoked compilation. Any ideas?? I guess the compilation messges might be suppressed. Any help is appreciated.
Thanks,
Tony
I am trying to build Android from source. I use the command
HTML:
make update-api droid
HTML:
"make: *** No rule to make target `packages/apps/Mms/cbt_bt.sh', needed by `out/debug/target/product/generic/system/etc/bluez/cbt_bt.sh'. Stop. "
Thanks,
Tony