pombreda / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

libjingle build with android NDK #235

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How to compile out libjingle.a for Android using.
2.
3.

What is the expected output? What do you see instead?
libjingle can build a lib that uses under Android

What version of the product are you using? On what operating system?
libjingle 5.9
Android 3.0

Please provide any additional information below.

Original issue reported on code.google.com by triaphoo on 26 Oct 2011 at 6:24

GoogleCodeExporter commented 9 years ago
Can I use "scons-android"? If so, how to use it?

Original comment by triaphoo on 26 Oct 2011 at 6:57

GoogleCodeExporter commented 9 years ago
There are few ways to build with Android. As an example, what you can do:

1. Set the "ANDROID" macro for the cppdefine in the libjingle.scons file;
2. Modify the build flags to use ARM related parameters;
3. Install all dependencies and specify the dependency path in the 
libjingle.scons file.

Note:
ARM build is not a primary platform that we support, so the above steps are not 
verified. If anyone figured out the exact building steps, you are welcome to 
add it to the README file, then submit it for a patch. 

Original comment by jun...@google.com on 31 Oct 2011 at 8:10