Generate sysv hash for liblog

Bug: 19059885
Change-Id: I6fff4372504e3ca0d870c5cafe6f19d412787923
This commit is contained in:
Dmitriy Ivanov 2015-03-09 17:11:17 -07:00
parent 9b1fd969a7
commit 692c0e41e1
1 changed files with 4 additions and 0 deletions

View File

@ -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))