- Notifications
You must be signed in to change notification settings - Fork900
Open
Labels
Description
Expected behaviour
The library cv2.abi3.so should be compiled for target architecture (arm64 Android).
I'm usingcrossenv
to cross compiled wheels ofOpenCV
for android. The compilation succeeds flawlessly, but it compiles cv2.abi3.so for x86_64 (host arch), not for the target architecture.
Actual behaviour
The compilation should work as intended and cv2.abi3.so should be compiled for aarch64 only.
Steps to reproduce
- Setup an environment using crossenv
- Target (Android aarch64), Host (Ubuntu x86_64)
- aarch64
- opencv-python version 4.9.0.80