Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d84e8c31 authored by Yi Kong's avatar Yi Kong Committed by android-build-merger
Browse files

Merge "Add back the llvm-ar P flag" am: 8206233e am: a0d2141f

am: acd64629

Change-Id: I48a6e6f8b1d3ab7fa8bd75e2960b892a27bb044b
parents 72d5157c acd64629
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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 -format=gnu
$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD -format=gnu

$(combo_var_prefix)STATIC_LIB_SUFFIX := .a