Hey all, I checked out cupcake last night and started working on building it for my Dream (have an unlocked dev phone) and ran into the error "make: *** No rule to make target `out/target/product/dream/obj/lib/ libaudio.so'". Searched and found a blog post (http://strazzere.com/ blog/?p=220) from about a month ago documenting this error (among others) with a fix that worked for me.
I ended up adding the following lines to vendor/htc/dream/extract- files.sh: adb pull /system/lib/libaudio.so proprietary/libaudio.so adb pull /system/lib/libcamera.so proprietary/libcamera.so adb pull /system/lib/libOmxCore.so proprietary/libOmxCore.so adb pull /system/lib/librpc.so proprietary/librpc.so adb pull /system/lib/libcameraservice.so proprietary/ libcameraservice.so I then, as the developer said a month ago, copied all of these libraries into TARGET/dream/target/product/dream/obj/lib/ and TARGET/ dream/target/product/dream/system/lib/. Running make again succeeded. Sorry if this isn't the right place to report bugs, but given that the post is a month old and wasn't fixed in the code I pulled last night, I figured it was worth mentioning. Thanks, --David --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

