Ok. I have a similar error; however, I do have libaudio.so as opposed to also on my target device. I'm reading possibly make an extract-files.sh or possibly compile your own libaudio.so, but I'm not sure how to proceed either way. If anyone can help it would be greatly appreciated. Error: target Strip: libeffects (out/target/product/marvelc/obj/lib/libeffects.so) make: *** No rule to make target `out/target/product/marvelc/obj/lib/libaudio.so', needed by `out/target/product/marvelc/obj/SHARED_LIBRARIES/libaudioflinger_intermediates/LINKED/libaudioflinger.so'. Stop. Thanks in advance.
Rob On Friday, December 10, 2010 10:53:38 AM UTC-5, Deva R (TI) wrote: > > Hi, > > You can get reference libcamera implementation here.. > > http://git.omapzoom.org/?p=platform/hardware/ti/omap3.git;a=tree;f=camera-omap3;hb=refs/heads/froyo > > Needs a bit of porting for omap2420 though., u can start with a stub > library (to get the build going for now) > > > On Thu, Dec 9, 2010 at 12:31 PM, fishman <[email protected]> wrote: > >> Well that fixed that issue. Now I get a no rule to make >> >> out/target/product/omap2420/obj/lib/libcamera.so >> >> slowly making progress :) >> >> Joe >> >> On Dec 8, 7:02 am, Deva R <[email protected]> wrote: >> > Hi, >> > It depends on Audio codec device used in the platform.., >> > >> > For eg., alsa driver with TWL4030 audio-codec device is enbaled with >> below >> > patchset.. >> https://review.source.android.com/Gerrit#change,9005https://review.source.android.com/Gerrit#change,9008 >> > >> > >> > >> > On Wed, Dec 8, 2010 at 8:25 AM, fishman <[email protected]> wrote: >> > > ok searched and searched and found lots of people asking but no >> > > answer. >> > >> > > I'm building froyo and it fails with the below error >> > >> > > Install: out/target/product/omap2420/system/bin/dexopt >> > > make: *** No rule to make target `out/target/product/omap2420/obj/lib/ >> > > libaudio.so', needed by `out/target/product/omap2420/obj/ >> > > SHARED_LIBRARIES/libaudioflinger_intermediates/LINKED/ >> > > libaudioflinger.so' >> > >> > > obviously I have no libaudio.so so I got alsa_sound but not sure how >> > > to get it to build. I looked at a page that talked about android >> > > porting and well after putting the files in what is supposed to be the >> > > proper place I still get nothing >> > >> > > any one got this working? >> > >> > > thanks, >> > > Joe >> > >> > > -- >> > > unsubscribe: [email protected]< >> android-porting%[email protected]> >> > > website:http://groups.google.com/group/android-porting >> > >> > -- >> > Regards, >> > Devawww.bittoggler.com >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-porting >> > > > > -- > Regards, > Deva > www.bittoggler.com > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
