Skip to content

Instantly share code, notes, and snippets.

@Sren-Hmkn
Created August 6, 2018 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sren-Hmkn/3504f2eddd473e7d8ee0710fb59a526c to your computer and use it in GitHub Desktop.
Save Sren-Hmkn/3504f2eddd473e7d8ee0710fb59a526c to your computer and use it in GitHub Desktop.
Application.mk for NDK setup
APP_STL := c++_static
APP_CPPFLAGS := -frtti -fexceptions
NDK_TOOLCHAIN_VERSION=4.9
APP_ABI := all
APP_PLATFORM := android-9
APP_OPTIM := release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment