Reenable __work_around_b_24465209__ for x86 linker

Bug: b/80258696
Test: build aosp_x86-userdebug ; run emulator
Change-Id: If7de24c3fc91a143c0bd17c6364c56ec04dfb08e
(cherry picked from commit dac8340c43)
This commit is contained in:
Ryan Prichard 2018-05-24 14:07:27 -07:00
parent ebf58a6cef
commit 7046f391d1
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ cc_binary {
},
x86: {
srcs: ["arch/x86/begin.S"],
cflags: ["-D__work_around_b_24465209__"],
version_script: "linker.generic.map",
},
x86_64: {