Open
Description
I understand from the 1.13.0 stable release notes that ARM is currently considered a 2nd tier platform for Rust releases. Android is one of the major software platforms in the world today, and the mobile OS most open to third-party native code. Being able to target it is an important part of Rust's story.
More specifically, Firefox treats arm android as a tier-1 platform. Being able to rely on the same level of support in official rust releases would be a great aide in our deployment of Rust code in the Gecko rendering engine.
I therefore propose that armv7-linux-androideabi
be promoted to tier-1.