[android-developers] I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread rinks24583
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

Re: [android-developers] I want to compile libmedia.so and JNI libraries individually

2011-06-27 Thread Sergey Nilga
Are you shure that the files you modified are included into the build configuration that you use ? I mean that some real files might be excluded from, say, simulator build and some stubs might be used instead. Changing of such files then does not affect them to be rebuild. On Jun 27, 2011 9:59