Allow projects to exclude from libcrt_builtins
Some projects can't be built with libcrt_builtins yet. Bug: 29275768 Test: m checkbuild Change-Id: I52805f5dece6395024683d07809c4b8905dab631
This commit is contained in:
@@ -34,7 +34,11 @@ ifndef skip_build_from_source
|
||||
include $(BUILD_SYSTEM)/dynamic_binary.mk
|
||||
|
||||
# Define PRIVATE_ variables from global vars
|
||||
ifeq ($(LOCAL_NO_LIBCRT_BUILTINS),true)
|
||||
my_target_libcrt_builtins :=
|
||||
else
|
||||
my_target_libcrt_builtins := $($(LOCAL_2ND_ARCH_VAR_PREFIX)$(my_prefix)LIBCRT_BUILTINS)
|
||||
endif
|
||||
ifeq ($(LOCAL_NO_LIBGCC),true)
|
||||
my_target_libgcc :=
|
||||
else
|
||||
|
Reference in New Issue
Block a user