Merge "Fixing app compat issue b/72143978"

am: 0f2ed7d398

Change-Id: Iee2097bf9db16f0056da2daa6c319a894078195a
This commit is contained in:
Ian Pedowitz 2018-01-19 04:13:22 +00:00 committed by android-build-merger
commit 11ecd63660

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,