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

Change 'ANDROID_ABI' default value to "armeabi-v7a with NEON" #21

Open
apavlenko opened this issue Jul 1, 2014 · 6 comments
Open

Change 'ANDROID_ABI' default value to "armeabi-v7a with NEON" #21

apavlenko opened this issue Jul 1, 2014 · 6 comments

Comments

@apavlenko
Copy link

Andrey,
I would recommend you change the default ANDROID_ABI value to "armeabi-v7a with NEON" instead of "armeabi-v7a" since the 1st one is much more popular in real world.

@andrew-aladev
Copy link

+1

@taka-no-me
Copy link
Owner

Will change as soon as Google enables Neon by default in NDK build scripts.

@ayberkozgur
Copy link

+1

@M1cha
Copy link

M1cha commented Jul 24, 2015

Also I'd change the default SDK to 22 since it really just is the compiler and not the target api version.
AndroidStudio uses it as default too.

@rpavlik
Copy link
Contributor

rpavlik commented Jul 26, 2015

Is it really just the compiler? It uses a different set of headers, and also (for instance) turns on PIE/PIC for 16 and up, etc. The changed headers in 21 or 22 broke an app that built earlier - Google removed a function from the headers that was there before, so had to make source changes.

@M1cha
Copy link

M1cha commented Jul 26, 2015

@rpavlik yea, after some Testing I know that you're right. Also I there's a huge bug: #58
When u use sth higher than android-8 for ARM (static) you either get tons of compilation errors or you get a dynamic binary even with "-static"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants