From 1f3ac7583feaf591ee23fcc69d56d29613020b4f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 9 Jan 2018 14:43:00 -0800 Subject: [PATCH] Remove obsolete workaround. Bug: http://b/24465209 Test: manually ran the app. Change-Id: I573d2480c70632b100096ba6b2029bfc335595d6 --- liblog/Android.bp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/liblog/Android.bp b/liblog/Android.bp index 7d9e30602..eae0b10eb 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp @@ -80,10 +80,6 @@ cc_library { 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,