Compile native sources for arm64#108
Compile native sources for arm64#108KevinBaragonaIJKCO wants to merge 1 commit intosaki4510t:masterfrom
Conversation
This makes it work on arm64 devices. Fixes saki4510t#105 for me...
|
Sorry for my answer delay and thank you for providing pull request. Your issue came from that you mixed libraries that have 64 bits binary with the libraries that have no 64 bits binary. If you really need 64 bits binaries, I feel it will be better to use |
|
As I wrote on How to exclude native binaries for specific architecture(s), I don't want to build this repository for 64 bit architectures as default setting. |
|
I read through https://github.com/saki4510t/UVCCamera/wiki/How-to-exclude-native-binaries-for-specific-architecture(s) doc. Unfortunately, time passed and situation changed due to Google's new policy announced in December 2017. https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html 64-bit binary will be required for new and updated apps. We need to be ready against the new policy before August 2019, so it would be a suitable time for reconsideration and polishing. |
|
I composed a new pull-req for this: #412 @saki4510t could you please review the pull-req? |
This makes it work on arm64 devices. Fixes #105 for me...