f3 icon indicating copy to clipboard operation
f3 copied to clipboard

Add support for Android

Open Andrei746 opened this issue 2 years ago • 3 comments

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?

Andrei746 avatar Jul 30 '23 11:07 Andrei746

I don't know. I'm adding the label "Help Wanted" to see if someone can answer your questions.

AltraMayor avatar Aug 16 '23 17:08 AltraMayor

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.

linkmauve avatar Mar 28 '24 10:03 linkmauve

Thank you for the feedback, @linkmauve.

AltraMayor avatar Mar 28 '24 12:03 AltraMayor