-
Notifications
You must be signed in to change notification settings - Fork 52
Cross Compiling BioGears for Android
Steven A White edited this page Jul 15, 2022
·
22 revisions
Cross compilation of Native C++ Libraries is an intermediate to expert skill that requires knowledge of the workings of compilers, linker, and system tool-chains in general. Android is a multi platform OS that can be deployed on over 5 processor architectures which further complicates the generation of documentation on how to generate Android builds. This documentation focuses on the generation of aarch64 builds fro targeting the majority of Android Mobile Phones. Targeting this platform requires familarity with the Android Native eve