Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building APKs from Android host #138

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Support building APKs from Android host #138

wants to merge 1 commit into from

Conversation

MarijnS95
Copy link
Member

No description provided.

Comment on lines 145 to 150
if Platform::host()? != Platform::Android {
self.rustup_target("aarch64-linux-android")
.context("rustup_target")?;
} else {
info!("Skipping `rustup` for Android target");
}
Copy link
Member Author

@MarijnS95 MarijnS95 Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

termux doesn't have rustup, but I'm not sure if we should generally skip this step if platform() == Platform::host()?, same for the architecture. We still want to prefetch the NDK and JAR file.

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

Successfully merging this pull request may close these issues.

1 participant