commit | b6d644a0b2bb9356cab233ac8e11dfe0bf9a6f42 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Jan 19 02:38:33 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 19 02:38:33 2018 +0000 |
tree | 5a0002744d75fd99bff4463a6f3e6bd97b3fc1ae | |
parent | 4045720876cd0c80560cba1645ff60061b06d140 [diff] | |
parent | f98bed95958a600f5143b4492583fe2a92980cfc [diff] |
Merge "Fixing app compat issue b/72143978"
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,