If you want to keep your "proprietry code out of android", the ideal
way to do this is to use the "vendor" folder [http://
android.git.kernel.org/?p=platform/vendor/sample.git;a=summary].

-Ravi

On Oct 30, 7:08 am, BilalMujeeb <bilalmuj...@gmail.com> wrote:
> try changing the permissions of the shared libraries.
>
> Bilal
>
> On Oct 30, 7:59 am, MS <manishsharm...@gmail.com> wrote:
>
> > Hi Prabhu,
>
> > I missed to mention the same setup was working fine with cupcake
> > version 1.5.
> > Without any modification we took it in donut and we are facing this
> > issue.
>
> > Regards,
> > Manish
>
> > On Oct 29, 9:10 pm, Prabhu Srivastava <p_srivast...@yahoo.com> wrote:
>
> > > Manish,
> > > I do'nt see any reason why it is not compiling; i have done same in past;
> > > make sure you give correct name for lib.
> > > Prabhu
>
> > > --- On Thu, 10/29/09, Manish Sharma <manishsharm...@gmail.com> wrote:> 
> > > From: Manish Sharma <manishsharm...@gmail.com>
> > > > Subject: [android-porting] Compilation issue while adding library in 
> > > > external folder
> > > > To: android-porting@googlegroups.com
> > > > Date: Thursday, October 29, 2009, 4:59 AM
> > > > Hello All,
> > > >  
> > > > I have an issue in compilation of my library which I
> > > > have added in external folder.
> > > > I am using donut release 1.6_r1.
> > > > The library folder contains "Android.mk"
> > > > file and other source files. This library folder is kept as
> > > > symlink in "android/external" folder.
> > > > When I goto "android/external/mylib" folder
> > > > and do "mm" this library gets compiled and I can
> > > > see "mylib.so" (the output) getting
> > > > generated.
> > > > While when I give a command "make mylib"
> > > > from "android" folder it is giving error.
> > > > make: *** No rule to make target `mylib'. 
> > > > Stop.
> > > >  
> > > > When I remove the symlink from external folder and
> > > > keep a copy of "mylib" folder in external. Then
> > > > "make mylib" command works fine from
> > > > "android" folder and "mylib.so" gets
> > > > generated.
>
> > > >  
> > > > I need this setup to keep our proprietry code out of
> > > > android. Any help will be really helpful.
> > > >  
> > > > Regards,
> > > > Manish

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to