diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-01-16 17:15:55 -0800 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-01-16 17:15:55 -0800 |
commit | 28240ff1fe4e8f1a6e5d64757397abdeb7ca424a (patch) | |
tree | b97130ec682e8fb5e12a4c4bffe79b72883d82ac | |
parent | 5d6ca72ba3a24a6d3f6484744b99440de0e50040 (diff) | |
parent | c73cc92371a405fe2b99de7a00fa04d9dca6b633 (diff) |
Merge c73cc92371a405fe2b99de7a00fa04d9dca6b633 on remote branch
Change-Id: Id270dbb8a1806d6b27de9cf4b2d2795b2052e322
-rw-r--r-- | payload_generator/deflate_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payload_generator/deflate_utils.cc b/payload_generator/deflate_utils.cc index c874bfd2..68d44d75 100644 --- a/payload_generator/deflate_utils.cc +++ b/payload_generator/deflate_utils.cc @@ -312,7 +312,7 @@ bool PreprocessPartitionFiles(const PartitionConfig& part, // .zvoice files may eventually move out of rootfs. If that happens, // remove ".zvoice" (crbug.com/782918). bool is_zip = IsFileExtensions( - file.name, {".apk", ".zip", ".jar", ".zvoice", ".apex"}); + file.name, {".apk", ".zip", ".jar", ".zvoice", ".apex", "capex"}); bool is_gzip = IsFileExtensions(file.name, {".gz", ".gzip", ".tgz"}); if (is_zip || is_gzip) { brillo::Blob data; |