Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Android #209

Open
Andrei746 opened this issue Jul 30, 2023 · 3 comments
Open

Add support for Android #209

Andrei746 opened this issue Jul 30, 2023 · 3 comments

Comments

@Andrei746
Copy link

Andrei746 commented Jul 30, 2023

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?

@AltraMayor
Copy link
Owner

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

@linkmauve
Copy link

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.

@AltraMayor
Copy link
Owner

Thank you for the feedback, @linkmauve.

@AltraMayor AltraMayor changed the title Compilation features for arm-v7a and arm64-v8a Add support for Android Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants