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

#394 Build for 64bit Android #395

Merged
merged 3 commits into from
Feb 15, 2016

Conversation

AndyDentFree
Copy link
Contributor

wrappers/Makefile

  • incremented NDK command min API from 9 to 10 to match Xamarin

Realm.targets

  • set version number in paths as 0.72.1
  • added arm64-v8a, x86_64 and mips lib build instructions and dependencies

Realm.nuspec

  • added arm64-v8a and x86_64 elements
    (skipping mips for now until clarify if shipping)

wrappers/jni/Application.mk

  • added x86_64 arm64-v8a mips to APP_ABI
    (so they are built into the libs dir)

IntegrationTests.XamarinAndroid

  • Project Options - Build - General
    set Target Framework to API 22
  • Project Options - Build - Android Application
    set Minimum Android Version to 2.3 (API 10)

wrappers/Makefile
- bumped versions from 0.95.6 TO 0.96.0
- incremented NDK command min API from 9 to 10 to match Xamarin

Realm.targets
- set version number in paths as 0.72.0
- added arm64-v8a,  x86_64 and mips lib build instructions and dependencies

Realm.nuspec
- added arm64-v8a and x86_64 <file> elements
  (skipping mips for now until clarify if shipping)

wrappers/jni/Application.mk
- added x86_64 arm64-v8a mips to APP_ABI
  (so they are built into the libs dir)

IntegrationTests.XamarinAndroid
- Project Options - Build - General
  set Target Framework to API 22
- Project Options - Build - Android Application
  set Minimum Android Version to 2.3 (API 10)
minor doc correction
made sure all traces of mips commented out
@kristiandupont
Copy link
Contributor

👍

AndyDentFree added a commit that referenced this pull request Feb 15, 2016
@AndyDentFree AndyDentFree merged commit 6898249 into master Feb 15, 2016
@AndyDentFree AndyDentFree deleted the ad/feature/android/add-arm64-support/#394 branch February 15, 2016 09:55
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants