Add support for Android
Hello. I'm going to Clang compile all f3 utilities for arm-v7a and arm64-v8a, Android 4.4+. Do I need to specify some additional flags to the compiler related to the features of these architectures and Android versions for the correct and most accurate and fast operation of the utilities? For example, -mfpu=vfpv3, -mfloat-abi=hard, -mthumb, -fPIE or -fPIC, minimum Android API level (19+), SELinux?
I don't know. I'm adding the label "Help Wanted" to see if someone can answer your questions.
Hi, I could successfully compile and use f3 to both of these architectures, on Linux on my PinePhone. You might want to rename this issue to “Add support for Android” instead.
Thank you for the feedback, @linkmauve.