commit | 3e554073a4ee0b3b3b9acf056b20634419409b9c | [log] [tgz] |
---|---|---|
author | Ian Pedowitz <ijpedowitz@google.com> | Fri Jan 19 04:21:59 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 19 04:21:59 2018 +0000 |
tree | eb4ddc443333e9f07021378e433345803f2473f8 | |
parent | f9cd8e0e83a5e78033932b409965ae701abb98ae [diff] | |
parent | 11ecd636601b950c3a55d21a660d5af252014c8f [diff] |
Merge "Fixing app compat issue b/72143978" am: 0f2ed7d398 am: 11ecd63660 Change-Id: I7532124bae2d06f1bcce58e86e45f28d3c519b87
diff --git a/liblog/Android.bp b/liblog/Android.bp index eae0b10..7d9e306 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp
@@ -80,6 +80,10 @@ 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,