Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd8afe6f authored by Dmitriy Ivanov's avatar Dmitriy Ivanov
Browse files

Switch liblog.so to hash-style=both

Bug: http://b/19059885
Change-Id: I7cde911f11b09c3a13553154aca6e291bb91befb
parent a773632b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -85,7 +85,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := liblog
LOCAL_CFLAGS := -Werror $(liblog_cflags)
LOCAL_CFLAGS := -Werror $(liblog_cflags)


# TODO: This is to work around b/19059885. Remove after root cause is fixed
# 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)
include $(BUILD_SHARED_LIBRARY)