summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Elliott Hughes <enh@google.com> 2018-01-10 01:35:34 +0000
committer android-build-merger <android-build-merger@google.com> 2018-01-10 01:35:34 +0000
commit365604c300a3873b22cd52dc341e6d19059b2ff9 (patch)
tree6a4c755dc4e8621af354c00ece909a69b218f552
parentb51df90f285285a29a0a8976cf020774356e73b5 (diff)
parentf448371208a53a93657b8120105e5f5fbb9feee8 (diff)
Merge "Remove obsolete workaround."
am: f448371208 Change-Id: I2bd057c12b9915b9e45b206b9839d1a57b296f26
-rw-r--r--native/graphics/jni/Android.bp7
1 files changed, 0 insertions, 7 deletions
diff --git a/native/graphics/jni/Android.bp b/native/graphics/jni/Android.bp
index d7695ef17a08..5785b0c42a2f 100644
--- a/native/graphics/jni/Android.bp
+++ b/native/graphics/jni/Android.bp
@@ -30,13 +30,6 @@ cc_library_shared {
"libandroid_runtime",
"libskia",
],
-
- arch: {
- arm: {
- // TODO: This is to work around b/24465209. Remove after root cause is fixed
- ldflags: ["-Wl,--hash-style=both"],
- },
- },
}
// The headers module is in frameworks/native/Android.bp.