diff options
| author | 2015-03-10 15:12:46 +0000 | |
|---|---|---|
| committer | 2015-03-10 15:12:46 +0000 | |
| commit | 8ced0357152a9df64c9e21c8f3cec69cc7e8403d (patch) | |
| tree | f0f84a02fbc1e641fec64dd25e8812ce0f95bc38 | |
| parent | 174a44888ec56f688426c80d50b9e0021f47c16f (diff) | |
| parent | 2a88ff2fe1849a3823962a2c239afdf6339fedc9 (diff) | |
am 2a88ff2f: Merge "Generate sysv hash for libjnigraphics"
* commit '2a88ff2fe1849a3823962a2c239afdf6339fedc9':
Generate sysv hash for libjnigraphics
| -rw-r--r-- | native/graphics/jni/Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/native/graphics/jni/Android.mk b/native/graphics/jni/Android.mk index 88954f04cd33..14575ee13eb7 100644 --- a/native/graphics/jni/Android.mk +++ b/native/graphics/jni/Android.mk @@ -30,5 +30,8 @@ LOCAL_MODULE:= libjnigraphics LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code +# TODO: This is to work around b/19059885. Remove after root cause is fixed +LOCAL_LDFLAGS := -Wl,--hash-style=both + include $(BUILD_SHARED_LIBRARY) |