For some reason, I must modify source file in $(froyo)/external/qemu/ telephony. After modification, I will build qemud. To speed up, I use incremental compile. #. build/envsetup.sh #mmm external/qemu But it seems none file was built. (I am sure some source file were dirty). To make it work, every time I have to clean the output and make whole android project. It will cost much time. Can anyone tell me how to build it incrementally? Thank you very much!
See output below: u...@ubuntu-minipc:~/shared/android/myfroyo$ mmm external/qemu/ ============================================ PLATFORM_VERSION_CODENAME=REL PLATFORM_VERSION=2.1-update1 TARGET_PRODUCT=generic TARGET_BUILD_VARIANT=eng TARGET_SIMULATOR= TARGET_BUILD_TYPE=release TARGET_ARCH=arm HOST_ARCH=x86 HOST_OS=linux HOST_BUILD_TYPE=release BUILD_ID=ERE27 ============================================ make: Entering directory `/home/user/shared/android/myfroyo' Install: out/host/linux-x86/bin/emulator make: Leaving directory `/home/user/shared/android/myfroyo' u...@ubuntu-minipc:~/shared/android/myfroyo$ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en