-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesO-androidOperating system: AndroidOperating system: Android
Description
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.
Metadata
Metadata
Assignees
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binariesO-androidOperating system: AndroidOperating system: Android