Merge "Make linking with libcompiler_rt conditional" am: 340c0c5701
am: 74e4a83d47
Change-Id: I03633ef4d5bae7c117ef133e40cf4c0ce57d088b
This commit is contained in:
@@ -345,10 +345,12 @@ endif
|
|||||||
|
|
||||||
include $(BUILD_SYSTEM)/config_sanitizers.mk
|
include $(BUILD_SYSTEM)/config_sanitizers.mk
|
||||||
|
|
||||||
|
ifneq ($(LOCAL_NO_LIBCOMPILER_RT),true)
|
||||||
# Add in libcompiler_rt for all regular device builds
|
# Add in libcompiler_rt for all regular device builds
|
||||||
ifeq (,$(LOCAL_SDK_VERSION)$(WITHOUT_LIBCOMPILER_RT))
|
ifeq (,$(LOCAL_SDK_VERSION)$(WITHOUT_LIBCOMPILER_RT))
|
||||||
my_static_libraries += $(COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES)
|
my_static_libraries += $(COMPILER_RT_CONFIG_EXTRA_STATIC_LIBRARIES)
|
||||||
endif
|
endif
|
||||||
|
endif
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
## Add FDO flags if FDO is turned on and supported
|
## Add FDO flags if FDO is turned on and supported
|
||||||
|
@@ -145,6 +145,7 @@ LOCAL_PROTOC_FLAGS:=
|
|||||||
LOCAL_PROTO_JAVA_OUTPUT_PARAMS:=
|
LOCAL_PROTO_JAVA_OUTPUT_PARAMS:=
|
||||||
LOCAL_VTSC_FLAGS:=
|
LOCAL_VTSC_FLAGS:=
|
||||||
LOCAL_NO_CRT:=
|
LOCAL_NO_CRT:=
|
||||||
|
LOCAL_NO_LIBCOMPILER_RT:=
|
||||||
LOCAL_NO_LIBGCC:=
|
LOCAL_NO_LIBGCC:=
|
||||||
LOCAL_NO_PIC:=
|
LOCAL_NO_PIC:=
|
||||||
LOCAL_PROPRIETARY_MODULE:=
|
LOCAL_PROPRIETARY_MODULE:=
|
||||||
|
Reference in New Issue
Block a user