commit | eec8c13c07a6d0eab8728e237ae6121c732b32cc | [log] [tgz] |
---|---|---|
author | Ian Pedowitz <ijpedowitz@google.com> | Fri Jan 19 04:13:22 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 19 04:13:22 2018 +0000 |
tree | 5a0002744d75fd99bff4463a6f3e6bd97b3fc1ae | |
parent | be907b1196528540351dba485ddd5f360d264227 [diff] | |
parent | b6d644a0b2bb9356cab233ac8e11dfe0bf9a6f42 [diff] |
Merge "Fixing app compat issue b/72143978" am: 0f2ed7d398 Change-Id: Iee2097bf9db16f0056da2daa6c319a894078195a
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,