I am getting a similar error... and don't know how to proceed. There would be some that suggest I add an extract-files.sh (it is native to my device)... Then there would be some that say no, it's proprietary handle it another way... compile your own maybe (I am building Google's AOSP as opposed to CM). Ok.. I'm a little green for compiling my own audio driver library.. Might someone throw me a bone and tell me the correct way to resolve this:
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; Know it's an old thread, but some information seemed to match my scenario. Regards, 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
