am d7e091ef: Merge "Switch libc and libm to sysv-only hash style"
				
					
				
			* commit 'd7e091efc477c17da97415fa944675c6f16dcdb5': Switch libc and libm to sysv-only hash style
This commit is contained in:
		@@ -1326,7 +1326,7 @@ LOCAL_CONLYFLAGS := $(libc_common_conlyflags)
 | 
				
			|||||||
LOCAL_CPPFLAGS := $(libc_common_cppflags)
 | 
					LOCAL_CPPFLAGS := $(libc_common_cppflags)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 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=both
 | 
					LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LOCAL_C_INCLUDES := $(libc_common_c_includes)
 | 
					LOCAL_C_INCLUDES := $(libc_common_c_includes)
 | 
				
			||||||
LOCAL_SRC_FILES := \
 | 
					LOCAL_SRC_FILES := \
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -514,7 +514,7 @@ include $(BUILD_STATIC_LIBRARY)
 | 
				
			|||||||
include $(CLEAR_VARS)
 | 
					include $(CLEAR_VARS)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 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=both
 | 
					LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LOCAL_MODULE := libm
 | 
					LOCAL_MODULE := libm
 | 
				
			||||||
LOCAL_CLANG := $(libm_clang)
 | 
					LOCAL_CLANG := $(libm_clang)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user