summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Pedowitz2018-01-18 18:25:24 -0600
committerIan Pedowitz2018-01-18 18:25:24 -0600
commit7bb9785a1d4cbaaf5d2222bbfa03812db40c49a8 (patch)
tree3fca2957371f982e53a17c398a13b6b0caa16247
parent34f8eaab0de825b9a83b90348d837245c19ca728 (diff)
downloadplatform-system-core-7bb9785a1d4cbaaf5d2222bbfa03812db40c49a8.tar.gz
platform-system-core-7bb9785a1d4cbaaf5d2222bbfa03812db40c49a8.tar.xz
platform-system-core-7bb9785a1d4cbaaf5d2222bbfa03812db40c49a8.zip
Fixing app compat issue b/72143978
Revert "Remove obsolete workaround." This reverts commit 1f3ac7583feaf591ee23fcc69d56d29613020b4f. Bug: 72143978 Bug: 24465209 Test: Tested failing case on sailfish, reverted back all CL's since Test: 3471433 for b/24465209 and apps open
-rw-r--r--liblog/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/liblog/Android.bp b/liblog/Android.bp
index eae0b10eb..7d9e30602 100644
--- a/liblog/Android.bp
+++ b/liblog/Android.bp
@@ -80,6 +80,10 @@ cc_library {
80 address: false, 80 address: false,
81 }, 81 },
82 }, 82 },
83 android_arm: {
84 // TODO: This is to work around b/24465209. Remove after root cause is fixed
85 ldflags: ["-Wl,--hash-style=both"],
86 },
83 windows: { 87 windows: {
84 srcs: ["uio.c"], 88 srcs: ["uio.c"],
85 enabled: true, 89 enabled: true,