From b1ebaebd94b3dc693df22127f2019329976f4fb7 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Wed, 16 Feb 2022 18:41:09 +0800 Subject: [PATCH] Update to llvm-ar's new argument format llvm-ar bundled in the next llvm update will stop accepting the legacy single-dash argument format. Bug: 219872355 Test: presubmit Change-Id: Iede68e4b13c3a01c176d26f335f96879c5c72c12 --- core/combo/select.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/combo/select.mk b/core/combo/select.mk index 761755866c..9c7e69e439 100644 --- a/core/combo/select.mk +++ b/core/combo/select.mk @@ -35,7 +35,7 @@ $(KATI_obsolete_var \ ,HOST_CROSS builds are not supported in Make) else -$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD -format=gnu +$(combo_var_prefix)GLOBAL_ARFLAGS := crsPD --format=gnu $(combo_var_prefix)STATIC_LIB_SUFFIX := .a