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

Update Android build script to Android Studio/Gradle's ndkBuild plugin #114

Merged
merged 1 commit into from Jul 11, 2018

Conversation

ggfan
Copy link
Contributor

@ggfan ggfan commented Jul 11, 2018

Update the build to ndkBuild as ndk-build scripts are already there in the source tree. This would allow:

  • building with current Android Studio/Gradlew
  • future compatible for Android Studio
    Gradle-experimental is out of support at least for now.

Please test it on your device: I do not have the device environment.

Once this is merged in, .gitignore needs to be updated to ignore studio tmp files:

  • **/*.iml
  • **/build
  • **/.externalNativeBuild

(it needs this to be in first I think )

Thanks

@kamrik
Copy link
Contributor

kamrik commented Jul 11, 2018

Thanks!

@kamrik kamrik merged commit 1884274 into google:master Jul 11, 2018
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.

None yet

2 participants