commit | c68e3594519792b037f4c45aac9bdcb213df04d6 | [log] [tgz] |
---|---|---|
author | Ian Pedowitz <ijpedowitz@google.com> | Fri Jan 19 05:35:53 2018 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Jan 19 05:35:53 2018 +0000 |
tree | 71578cdda066766c6750ce3a7ee2ac2eb2ebc4e1 | |
parent | ccc74532ad2d8087d4ea74e82e9456fdfa36284a [diff] | |
parent | 3e554073a4ee0b3b3b9acf056b20634419409b9c [diff] |
Merge "Fixing app compat issue b/72143978" am: 0f2ed7d398 am: 11ecd63660 am: 3e554073a4 Change-Id: I9afc6636175be9da7fc8d8b2900251a7741eaf66
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,