diff options
author | Elliott Hughes <enh@google.com> | 2018-01-10 01:46:14 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-01-10 01:46:14 +0000 |
commit | 8ca799e22f2da399b2e95dafb7f43d61ac21d393 (patch) | |
tree | 8ab93d59eb931f81cbe362fbcef9a21658103474 /native/graphics | |
parent | 23274614dab35cc56f4239378ef48d6f5a17aacd (diff) | |
parent | 365604c300a3873b22cd52dc341e6d19059b2ff9 (diff) |
Merge "Remove obsolete workaround." am: f448371208
am: 365604c300
Change-Id: Ia153c371b8833b926b3e643bf265e67a438dfd91
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. |