diff options
| author | 2015-09-28 18:50:28 +0000 | |
|---|---|---|
| committer | 2015-09-28 18:50:28 +0000 | |
| commit | 7642d568877335f3dd824f16864b9bf036c205ef (patch) | |
| tree | 7e82df893e77510a2f0fa95feb20e0f8c05a3368 | |
| parent | 6b78340f6cfa49341bfdcc6e0b80a697d76f5b0f (diff) | |
| parent | 8571397a0f99fd29b62e19219f1aa2d5b6894b9e (diff) | |
am 8571397a: am ef9e04b2: am 66f5affb: Merge "Fix bug number for linker related workarounds"
* commit '8571397a0f99fd29b62e19219f1aa2d5b6894b9e':
Fix bug number for linker related workarounds
| -rw-r--r-- | native/graphics/jni/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/graphics/jni/Android.mk b/native/graphics/jni/Android.mk index 1b684bb4e28b..175f73007484 100644 --- a/native/graphics/jni/Android.mk +++ b/native/graphics/jni/Android.mk @@ -31,7 +31,7 @@ LOCAL_MODULE:= libjnigraphics LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -# TODO: This is to work around b/19059885. Remove after root cause is fixed +# TODO: This is to work around b/24465209. Remove after root cause is fixed LOCAL_LDFLAGS_arm := -Wl,--hash-style=both include $(BUILD_SHARED_LIBRARY) |