Merge "Switch to llvm-ar" am: 9e700abdfa

am: 39118a9904

Change-Id: Idc06be3efa88d26994cc81aa6c9b43af56d37baf
This commit is contained in:
Yi Kong 2018-01-05 23:21:07 +00:00 committed by android-build-merger
commit 9ffc233d47
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ endif
# setup AUX globals
AUX_SHLIB_SUFFIX := .so
AUX_GLOBAL_ARFLAGS := crsPD
AUX_GLOBAL_ARFLAGS := cqsD
AUX_STATIC_LIB_SUFFIX := .a
# Load ever-lasting "indexed" version of AUX variant environment; it is treated as READ-ONLY from this

View File

@ -28,7 +28,7 @@ combo_var_prefix := $(combo_2nd_arch_prefix)$(combo_target)
# Set reasonable defaults for the various variables
$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD
$(combo_var_prefix)GLOBAL_ARFLAGS := cqsD
$(combo_var_prefix)STATIC_LIB_SUFFIX := .a