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

Drop support for Arm (Armv7 should be default) #21854

Open
paulrouget opened this issue Oct 2, 2018 · 2 comments
Open

Drop support for Arm (Armv7 should be default) #21854

paulrouget opened this issue Oct 2, 2018 · 2 comments

Comments

@paulrouget
Copy link
Contributor

@paulrouget paulrouget commented Oct 2, 2018

@MortimerGoro mentioned in #21851:

We can drop normal "arm", it's already deprecated. There aren't Android 4+ devices which support armeabi but not armeabi-v7a, so we can safely drop armeabi and save some compilation work & upload bandwidth. We can remove armeabi also from Servo cloud compilation tests if it's still there.

@SimonSapin
Copy link
Member

@SimonSapin SimonSapin commented Oct 2, 2018

Do we have any support to drop? It looks like we’re already building for ARMv7:

# Set default android target
self.handle_android_target("armv7-linux-androideabi")

@paulrouget
Copy link
Contributor Author

@paulrouget paulrouget commented Oct 2, 2018

I haven't really looked. What about

or support/android/fakeld/fake-ld-arm.sh or the armr reference in the different build.gradle files?

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

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.