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

Node v10.8 using NDK #7

Open
wants to merge 2 commits into
base: builds_arm64_newnode
Choose a base branch
from
Open

Node v10.8 using NDK #7

wants to merge 2 commits into from

Conversation

chrislatorres
Copy link
Collaborator

Do you hate spending hours twiddling your meat sticks against a tiny terminal to build Node for Android? Well do we have a PR for you!

  • Now Build using $ANDROID_NDK NDK. android-configure Creates a standalone toolchain

To build for android:
0. set $ANDROID_NDK to NDK r17b path

  1. ./android-configure arm64
  2. ./make-android

make-android Outdated
@@ -0,0 +1,2 @@
#!/bin/bash
Copy link
Owner

Choose a reason for hiding this comment

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

I think in other repos this is called build-android

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

So better to keep the standard? build-android?

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.

2 participants