Fixing app compat issue b/72143978

Revert "Remove obsolete workaround."

This reverts commit 1f3ac7583f.

Bug: 72143978
Bug: 24465209
Test: Tested failing case on sailfish, reverted back all CL's since
Test: 3471433 for b/24465209 and apps open
This commit is contained in:
Ian Pedowitz 2018-01-18 16:25:24 -08:00
parent 34f8eaab0d
commit 7bb9785a1d
1 changed files with 4 additions and 0 deletions

View File

@ -80,6 +80,10 @@ cc_library {
address: false,
},
},
android_arm: {
// TODO: This is to work around b/24465209. Remove after root cause is fixed
ldflags: ["-Wl,--hash-style=both"],
},
windows: {
srcs: ["uio.c"],
enabled: true,