Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Switch libjnigraphics to sysv-only hash style
Browse files Browse the repository at this point in the history
Bug: 19059885
Change-Id: I3474974983931c67dce30dfc581a8d28d8b62e6a
  • Loading branch information
dimitry- committed Mar 13, 2015
1 parent a6ed1b9 commit ca4f2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/graphics/jni/Android.mk
Expand Up @@ -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
LOCAL_LDFLAGS_arm := -Wl,--hash-style=both
LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv

include $(BUILD_SHARED_LIBRARY)

0 comments on commit ca4f2e8

Please sign in to comment.