commit | 1081b7c5dc7339e5dce7ddd8b33ecacb72e5e1d6 | [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 | 99210988ddbc26e97a58d9026233a42c63f58ec8 | |
parent | fce18cfb2de412e7f92280ac6fe4e4449e460596 [diff] | |
parent | eec8c13c07a6d0eab8728e237ae6121c732b32cc [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,