Hi, Currently I am making changes to source files in frameworks/base/media/ libmedia and frameworks/base/media/libstagefright of Android 2.3 (Gingerbread). After making any change I am compiling the complete Gingerbread pacakge and SDK by giving following commands:
make -j12 make sdk This process take a lot of time. To avoid this I tried compiling just framework/base folder libraries by giving following command: source build/envsetup.sh mm frameworks/base Its says "make: Nothing to be done for `frameworks/base/'.". I am sure that I have made changes to some files in frameworks/base/media/ libmedia and frameworks/base/media/libstagefright folders. But I am not sure why it doesn't compile those libraries in frameworks/base folder. Please let me know if I am missing anything. Also please let me know if there is any other method to compile some part of Android 2.3 individually to avoid time consuming process of compiling the complete Gingerbread repo. Regards, Rinkal -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

