A complete AOSP build lasts approximately 5 hours on my laptop. Instead of running make
after each change (just want to test some ideas...) I read that it is possible to do mmm frameworks/opt/telephony
(or any other module) and run make snod
afterwards.
Unfortunately this does not work for me. The emulator simply hangs during the boot while displaying the big Android letters.
Can someone give me a hint what is going on there and how to fix the problem?
It is about Android 5 on x86_64.