Config.mk: restore ARCHIVE to fix build break

Change-Id: Iafae4f4c48afb0df8b169ec1106e348cc4c0fc9e
Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
liuhaitao
2021-05-07 22:22:01 +08:00
parent b26784fc05
commit 8ec76ce297
+1 -3
View File
@@ -337,9 +337,7 @@ endef
# created from scratch
define ARCHIVE
@echo "AR (create): ${shell basename $(1)} $(2)"
$(Q) $(RM) $1
$(Q) $(AR) $1 $(2)
$(AR) $1 $(2)
endef
# PRELINK - Prelink a list of files