Skip to content

Instantly share code, notes, and snippets.

@initishbhatt
Last active January 24, 2018 05:43
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 initishbhatt/85af9776a95b46ee0f88a48693955d6d to your computer and use it in GitHub Desktop.
Save initishbhatt/85af9776a95b46ee0f88a48693955d6d to your computer and use it in GitHub Desktop.
APP_PLATFORM := android-23 #This variable contains the minimum Android platform version
#you want to support.
APP_OPTIM := debug #Define this optional variable as either release or debug.
APP_ABI := armeabi-v7a x86 #You can use the APP_ABI setting to
#generate machine code for specific ABIs
NDK_TOOLCHAIN_VERSION:=4.9 #Define this variable as 4.9 to select that version of
#the GCC compiler. Define this variable as clang to select
#the Clang compiler, which is the default value for NDK r13 and later.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment