Re: [android-porting] How to rebuild library in Android repository

2010-08-27 Thread John Koshi
Try make from the source tree root, using the string declared as LOCAL_MODULE in the jpeg folder make file as the argument. This worked for the sensors library. John On Fri, Aug 27, 2010 at 12:30 AM, Tung Dang tung...@gmail.com wrote: Hi all, I modify the libjpeg inside android repo

Re: [android-porting] Re: Porting an existing Linux device driver to the Android platform

2010-08-26 Thread John Koshi
don't believe so. I only remember using that for building native apps in C++. However, I could be wrong again... :P Hang on...I will check my notes and get back to you. Vince On Wed, Aug 25, 2010 at 1:52 PM, John Koshi ejko...@gmail.com wrote: Thanks, Vince. Another question - do I still

Re: [android-porting] Re: Porting an existing Linux device driver to the Android platform

2010-08-25 Thread John Koshi
), that it should be android_tree_root/kernel without the /directory at the end. My mistake. Let me know if that works for you. If not, I will check my work again and correct myself. Cheers, Vince. On Tue, Aug 24, 2010 at 9:40 PM, John Koshi ejko...@gmail.com wrote: Hi Vince, In this module

Re: [android-porting] Re: Porting an existing Linux device driver to the Android platform

2010-08-24 Thread John Koshi
Hi Vince, In this module build description that you gave, in the line segment: make -C /android/kernel/directory where is directory from the root of the source tree that is downloaded? I was expecting a directory with the kernel headers under android-tree-root/kernel, but don't see one. What

Re: [android-porting] Re: Modifying sensors.c, rebild, and test libsensors.so

2010-08-19 Thread John Koshi
is actually looking for this library. Good luck, Frank On 08/16/2010 08:14 AM, John Koshi wrote: Hi Frank, Sorry, my question should have been: Can I change the name of the LOCAL_MODULE to libsensors, and is this the expected library that gets loaded from /system/lib at runtime? Also