Files
rust/compiler
Yuki Okushi ed7ed5fc90 Rollup merge of #90834 - cuviper:android-gnu, r=petrochenkov
Android is not GNU

For a long time, the Android targets had `target_env=""`, but this changed to `"gnu"` in Rust 1.49.0. I tracked this down to #77729 which started setting `"gnu"` in the `linux_base` target options, and this was inherited by `android_base`. Then #78929 split the env into `linux_gnu_base`, but `android_base` was also changed to follow that. Android was not specifically mentioned in either pull request, so I believe this was an accident. Moving it back to `linux_base` will use an empty `env` again.

r? ````@Mark-Simulacrum````
cc ````@petrochenkov````
2021-11-16 09:14:18 +09:00
..
2021-09-20 22:21:42 -04:00
2021-09-20 22:21:42 -04:00
2021-10-16 13:36:05 -07:00
2021-11-07 16:59:05 +01:00
2021-09-20 22:21:42 -04:00
2021-11-15 10:14:29 +01:00
2021-11-07 16:59:05 +01:00
2021-09-20 22:21:42 -04:00
2021-11-12 09:09:08 -08:00