mirror of https://github.com/opencv/opencv.git
Merge pull request #12323 from alalek:android_ndk17_support
commit
bdc34984f1
2 changed files with 11 additions and 1 deletions
@ -0,0 +1,6 @@ |
||||
ABIs = [ |
||||
ABI("2", "armeabi-v7a", None, cmake_vars=dict(ANDROID_ABI='armeabi-v7a with NEON')), |
||||
ABI("3", "arm64-v8a", None), |
||||
ABI("5", "x86_64", None), |
||||
ABI("4", "x86", None), |
||||
] |
Loading…
Reference in new issue