summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Muckle <smuckle@google.com>2020-04-03 17:15:44 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-04-03 17:15:44 +0000
commitb275b5a5d1ae81ee6b5792d3952042d4af58f062 (patch)
tree089b18134276419e2cddc9e8f61c662fe771d4a7
parentdc5a4e2a7901ce91e85ec7cd64eb965982ab1cd4 (diff)
parent385d5c5f0606429c0cb5ba788af4383e60a4c076 (diff)
downloadcuttlefish_kernel-b275b5a5d1ae81ee6b5792d3952042d4af58f062.tar.gz
add additional lz4 magic number am: 385d5c5f06
Change-Id: Id98e1cd578a0ad58dcdd3455d07de52eacb3214f
-rwxr-xr-xscripts/extract-vmlinux1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/extract-vmlinux b/scripts/extract-vmlinux
index 2226fb4..1f90139 100755
--- a/scripts/extract-vmlinux
+++ b/scripts/extract-vmlinux
@@ -58,6 +58,7 @@ try_decompress '\3757zXZ\000' abcde unxz
try_decompress 'BZh' xy bunzip2
try_decompress '\135\0\0\0' xxx unlzma
try_decompress '\211\114\132' xy 'lzop -d'
+try_decompress '\004\"M\030' xxx 'lz4 -d'
try_decompress '\002!L\030' xxx 'lz4 -d'
try_decompress '(\265/\375' xxx unzstd