am 19833d24
: Merge "Generate sysv hash for liblog"
* commit '19833d24887164fdfa7313bda533283f47acd205': Generate sysv hash for liblog
This commit is contained in:
commit
4c37448f79
1 changed files with 4 additions and 0 deletions
|
@ -83,6 +83,10 @@ include $(CLEAR_VARS)
|
|||
LOCAL_MODULE := liblog
|
||||
LOCAL_WHOLE_STATIC_LIBRARIES := liblog
|
||||
LOCAL_CFLAGS := -Werror $(liblog_cflags)
|
||||
|
||||
# TODO: This is to work around b/19059885. Remove after root cause is fixed
|
||||
LOCAL_LDFLAGS := -Wl,--hash-style=both
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(call first-makefiles-under,$(LOCAL_PATH))
|
||||
|
|
Loading…
Reference in a new issue