From bff3b6fa9754d48792f4308c62048adeb6dbb636 Mon Sep 17 00:00:00 2001 From: cfig Date: Wed, 4 Nov 2020 17:20:55 +0800 Subject: [PATCH] fix integrationTest do not check lz4-ed files remove cpio dependency --- .travis.yml | 1 - README.md | 2 +- src/integrationTest/resources | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2b28a06..852e4da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ osx_image: xcode12.2 addons: apt: packages: - - cpio - xz-utils - libblkid-dev - liblz4-tool diff --git a/README.md b/README.md index 97106a1..c00380c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A tool for reverse engineering Android ROM images. (working on ![Linux](doc/lin * install required packages ```bash - sudo apt install device-tree-compiler lz4 xz zlib1g-dev cpio + sudo apt install device-tree-compiler lz4 xz zlib1g-dev ``` * get the tool diff --git a/src/integrationTest/resources b/src/integrationTest/resources index de9ef14..23b6360 160000 --- a/src/integrationTest/resources +++ b/src/integrationTest/resources @@ -1 +1 @@ -Subproject commit de9ef14f57d6c39031710d015a4b3d13132bf5d7 +Subproject commit 23b636091aa768f141266dafa14f89fb4417eb5a