Skip to content

Instantly share code, notes, and snippets.

@btimofeev
Created October 7, 2020 06:58
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 btimofeev/bb4d74b3f163812f8c46bc9dfd302d67 to your computer and use it in GitHub Desktop.
Save btimofeev/bb4d74b3f163812f8c46bc9dfd302d67 to your computer and use it in GitHub Desktop.
android {
defaultConfig {
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
}
}
externalNativeBuild {
cmake {
path "src/main/jni/cmake/CMakeLists.txt"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment