Revert "Switch to llvm-ar"
This reverts commit 5128702ed3
.
Bug: 71694982
Reason for revert: Broke Mac build
Change-Id: I1044eccf943bae3c99e7527bd13989c70743b3d4
This commit is contained in:
parent
5128702ed3
commit
4f2e033447
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ endif
|
|||
|
||||
# setup AUX globals
|
||||
AUX_SHLIB_SUFFIX := .so
|
||||
AUX_GLOBAL_ARFLAGS := cqsD
|
||||
AUX_GLOBAL_ARFLAGS := crsPD
|
||||
AUX_STATIC_LIB_SUFFIX := .a
|
||||
|
||||
# Load ever-lasting "indexed" version of AUX variant environment; it is treated as READ-ONLY from this
|
||||
|
|
|
@ -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 := cqsD
|
||||
$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD
|
||||
|
||||
$(combo_var_prefix)STATIC_LIB_SUFFIX := .a
|
||||
|
||||
|
|
Loading…
Reference in a new issue