Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Support cargo-apk on Android devices proper, e.g. Chromebook #177

Open
PaulAtBanno opened this issue Feb 25, 2018 · 0 comments
Open

Support cargo-apk on Android devices proper, e.g. Chromebook #177

PaulAtBanno opened this issue Feb 25, 2018 · 0 comments

Comments

@PaulAtBanno
Copy link

Right now, cargo-apk seems to only support building on Linux, macOS, or Windows; attempting to use under Android itself results in an "Unknown or incompatible host" error. This appears to be due to a case-by-case "target os," i.e. host os as far as the Rust compiler is concerned, test in build.rs. It may be sufficient just to add a check for android that does no transformation.

Alternatively, I suggest please looking into what would be involved in supporting Termux under Android in its own right, but that probably involves more work to understand how Termux lays out, e.g. the header and library locations of the relevant materials from the NDK, etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant