diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2015-05-08 21:20:44 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-05-08 21:20:44 +0000 |
commit | 52dfc9d4fd0b518fd101819202a8dfb3ef469190 (patch) | |
tree | 43efc7d5a4d1764770f570845b2d4b90a226591d | |
parent | 9aa7b45e796fea9e308fb2fc1fe5363390f1e7ba (diff) | |
parent | b5228ac07621a26ef5717ee5dcf74ecc9e3e1f68 (diff) | |
download | frameworks_base-52dfc9d4fd0b518fd101819202a8dfb3ef469190.zip frameworks_base-52dfc9d4fd0b518fd101819202a8dfb3ef469190.tar.gz frameworks_base-52dfc9d4fd0b518fd101819202a8dfb3ef469190.tar.bz2 |
Merge "Switch libjnigraphics.so to hash-style=both" into mnc-dev
-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 f89a5af..1b684bb 100644 --- a/native/graphics/jni/Android.mk +++ b/native/graphics/jni/Android.mk @@ -32,7 +32,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 -LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv +LOCAL_LDFLAGS_arm := -Wl,--hash-style=both include $(BUILD_SHARED_LIBRARY) |