rust: Enable ELF TLS by default in platform Rust am: 15675d5936
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2855216 Change-Id: Id00ea899b2e69ba7d5a33e6c0adba61848d17353 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -72,6 +72,8 @@ var (
|
||||
"-C panic=abort",
|
||||
// Generate additional debug info for AutoFDO
|
||||
"-Z debug-info-for-profiling",
|
||||
// Android has ELF TLS on platform
|
||||
"-Z tls-model=global-dynamic",
|
||||
}
|
||||
|
||||
deviceGlobalLinkFlags = []string{
|
||||
|
Reference in New Issue
Block a user