Hi all, I am very new to this but not to writing software, just new to the Android OS build system although I have been successful built the source for the board I am using and now looking to add to it.
I have included source to build a driver for my USB modem as part of the RIL and I am trying to work out how to include my library in the output directory. I have the Android.mk file etc and I can build it but it does not appear in the target output library directory. It only in the symbols library directory. I can manually copy it to the final output and can create the image to load to the target and it is then included in the system. I have also used ADB to push it to the development board during initial testing. I would like to know how I include my library in the correct output directory? Where do I do this in the build system? -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
