Skip to content

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