Questions regarding the firmware belong on a list that pertains to the
firmware. This is not such a list. Visit http://source.android.com to
learn more about the firmware and its build process.

On Mon, Jun 27, 2011 at 7:38 AM, rinks24583 <rinks24...@gmail.com> wrote:
> I am sure that files are included in build. Now I am able to build
> *.so individually. Its mandatory to run following commands before
> giving mm command:
>
> source build/envsetup.sh
> lunch 1
> cd frameworks/base
> mm
>
> But I have problem transferring them to emulator. Whenever I try to
> transfer newly build *.SO file, it says there is "No space left on
> device" and doesn't transfer that file.
>
> Can anybody through some light on this issue?
>
> -Rinkal
>
> On Jun 27, 1:19 pm, Sergey Nilga <sni...@gmail.com> wrote:
>> 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" <rinks24...@gmail.com> 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
>



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

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

Reply via email to