Skip to content

Instantly share code, notes, and snippets.

@leveled
Created March 10, 2022 15:54
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 leveled/8e4284a5f4ee62331cfb357f1e3f60fd to your computer and use it in GitHub Desktop.
Save leveled/8e4284a5f4ee62331cfb357f1e3f60fd to your computer and use it in GitHub Desktop.
Example NDK build
/home/aajit/projects/android-ndk-r23b/ndk-build -B NDK_PROJECT_PATH=. NDK_APPLICATION_MK=./Application.mk NDK_APP_DST_DIR=./build/ NDK_APP_OUT=./build/ APP_BUILD_SCRIPT=./Android.mk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment