Why don't you build and link everything that is not defined in
Anrdoid?
What are the libraries that you think are missing in Android?
More details would help you get a solution faster.

-Ravi

On Nov 27, 12:31 pm, kalikali <[email protected]> wrote:
> Hi all,
>
> As i know, android has a mini version support on C++ library. But I
> have a third party source code that implement by C++ and use more
> library than android support. How can I build the third party library
> within android build system and work fine?  I try to modify make file
> to build but fail in linking process, this just because i don't use
> the --no-undefined parameter in compiler process. If I use the --no-
> undefined parameter in compiler process, shared library can be built
> out but fail in library loading process
>
> Is there any one can give me a way to solve this problem?  I think
> this kind of problem will confuse many android porting guys....
>
> Best regards
> Michael

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to