Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Updating be able to use newer Android NDK versions #436

Closed
wants to merge 1 commit into from

Conversation

arlm
Copy link

@arlm arlm commented Mar 18, 2019

This patch upgrades the minimum for building using Android NDK 19:

  • Upgrading the APP_PLATFORM to android-16 (Android NDK: android-8 is unsupported. Using minimum supported version android-16. )
  • Changing APP_STL from gnustl_static to c++_static (Android NDK: APP_STL gnustl_static is no longer supported. Please switch to either c++_static or c++_shared. See https://developer.android.com/ndk/guides/cpp-support.html for more information.)

@artwyman artwyman self-assigned this Apr 9, 2019
@artwyman artwyman self-requested a review April 9, 2019 02:27
@artwyman artwyman added bug and removed enhancement labels Apr 9, 2019
@artwyman
Copy link
Contributor

Thanks for submitting, @arlm. There's already a similar PR #433, so I'm closing this as a duplicate.

@artwyman artwyman closed this Apr 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants