diff options
author | Elliott Hughes <enh@google.com> | 2018-01-09 14:44:10 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-01-09 14:44:10 -0800 |
commit | 5e48241a95b843c10f96c57d8544af9d04807218 (patch) | |
tree | a922ed5d684b70a690e06878eda5bd5978b49f66 /native/graphics | |
parent | a954f20f468fd9f9a6a8a45f3f49dbab3df75e30 (diff) |
Remove obsolete workaround.
Bug: http://b/24465209
Test: manually ran the app.
Change-Id: Id64e92875417e62ae225c3369cf6bf58048dcc97
Diffstat (limited to 'native/graphics')
-rw-r--r-- | native/graphics/jni/Android.bp | 7 |
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. |