Build: Update to zstd v1.5.3.

Untagged, so using latest as of now.  Has perf improvements.
This commit is contained in:
Unknown W. Brackets 2022-09-04 20:34:42 -07:00
parent 0e275ef8fc
commit 18c2b04e7a
2 changed files with 5 additions and 1 deletions

View File

@ -642,6 +642,10 @@ LIBZSTD_FILES := \
$(SRC)/ext/zstd/lib/dictBuilder/fastcover.c \
$(SRC)/ext/zstd/lib/dictBuilder/zdict.c
ifeq ($(TARGET_ARCH_ABI),x86_64)
LIBZSTD_FILES += $(SRC)/ext/zstd/lib/decompress/huf_decompress_amd64.S
endif
LOCAL_MODULE := libzstd
LOCAL_SRC_FILES := $(LIBZSTD_FILES)
include $(BUILD_STATIC_LIBRARY)

@ -1 +1 @@
Subproject commit a488ba114ec17ea1054b9057c26a046fc122b3b6
Subproject commit 155d6a58a2a6290710194fd6367d720fca94a923