Opened 10 years ago
Closed 8 years ago
#8332 closed Patches (fixed)
Add support for Android
| Reported by: | Antony Polukhin | Owned by: | Steven Watanabe |
|---|---|---|---|
| Milestone: | Boost 1.56.0 | Component: | build |
| Version: | Boost 1.53.0 | Severity: | Problem |
| Keywords: | android ndk | Cc: |
Description
There is a project at github, that has a series of patches for Android support. It contains android.jam and android.py files for bjam, and those files have Boost license link.
Change History (3)
comment:1 by , 10 years ago
comment:3 by , 8 years ago
| Milestone: | To Be Determined → Boost 1.56.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
This issue was discussed at this thread. A target-os=android option was added. Looks like that's all we need from build system to easily make Android builds.
Note:
See TracTickets
for help on using tickets.

android.jam appears to be a fork of gcc.jam. I think that correct solution is to integrate any necessary option handling into gcc.jam.