Merge "Add support for using the secondary SDLLVM toolchain"

This commit is contained in:
Linux Build Service Account 2017-06-13 01:57:11 -07:00 committed by Gerrit - the friendly Code Review server
commit 5f411c1e42
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@ ifeq ($(LOCAL_MODULE_CLASS), STATIC_LIBRARIES)
# For STATIC_LIBRARIES we need to use SD LLVM's archiver and archiver flags.
AR := $(SDCLANG_PATH)/llvm-ar
ifeq ($(LOCAL_SDCLANG_2),true)
AR := $(SDCLANG_PATH_2)/llvm-ar
endif
ARFLAGS := crsD
# For 32 bit