erichocean / libjingle

Automatically exported from code.google.com/p/libjingle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libjingle build with android NDK

GoogleCodeExporter opened this issue · comments

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

Can I use "scons-android"? If so, how to use it?

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

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

  • Changed state: Done
  • Added labels: Type-Other
  • Removed labels: Type-Defect