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 AM, "rinks24583"  wrote:
> 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 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

-- 
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

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

2011-06-26 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 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 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