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

fix: Added handling for different paths for ANDROID_NDK_HOME #45

Merged
merged 3 commits into from
Jun 23, 2022

Conversation

ryanbourdais
Copy link
Contributor

Motivation, issues

This fix was drafted in response to the following issue: #39

Description

Added conditional to install-ndk command so ANDROID_NDK_HOME will be set either with $HOME/android-sdk/ndk/<< parameters.version >> or /opt/android/sdk/ndk/<< parameters.version >> with the default being the former

@ryanbourdais ryanbourdais requested a review from a team as a code owner June 22, 2022 20:05
mrothstein74
mrothstein74 previously approved these changes Jun 22, 2022
src/commands/install-ndk.yml Outdated Show resolved Hide resolved
src/commands/install-ndk.yml Outdated Show resolved Hide resolved
src/commands/install-ndk.yml Outdated Show resolved Hide resolved
src/commands/install-ndk.yml Outdated Show resolved Hide resolved
@EricRibeiro EricRibeiro linked an issue Jun 23, 2022 that may be closed by this pull request
@ryanbourdais ryanbourdais merged commit 0177673 into main Jun 23, 2022
@ryanbourdais ryanbourdais deleted the fix-ndk-installation branch June 23, 2022 16:27
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.

ANDROID_NDK_HOME not correct
3 participants