Skip to content

Instantly share code, notes, and snippets.

@haxpor
Created April 14, 2019 08:17
Show Gist options
  • Save haxpor/d03378c121c228fd5a583b35d4fc2211 to your computer and use it in GitHub Desktop.
Save haxpor/d03378c121c228fd5a583b35d4fc2211 to your computer and use it in GitHub Desktop.
ndk-build commands for convenient
  • ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk APP_PLATFORM=android-18 APP_ABI=armeabi-v7a
  • ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk APP_PLATFORM=android-21 APP_ABI=arm64-v8a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment