Android's linker no longer supports non-PIE executables: https://android-review.googlesource.com/#/c/93842/ ``` # Rust hello world on ToT AOSP: $ adb shell /data/local/tmp/hello error: only position independent executables (PIE) are supported. ```
Android's linker no longer supports non-PIE executables: https://android-review.googlesource.com/#/c/93842/