diff options
author | Huang Jianan <huangjianan@oppo.com> | 2021-08-02 15:00:02 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-09-27 21:17:05 +0800 |
commit | 190df0bdb26adbc7f654e8945e54180ed0e901e3 (patch) | |
tree | 885a3499f06bdcfeb6299c2a21f2712ef3b82fff /apexer/runtests.sh | |
parent | 81b8907194b55146d7e1a10b824d0202dddaa62f (diff) |
Add EROFS support for APEXHEADlineage-18.1
Bug: 195274797
Test: ./apxer/runtests.sh
Change-Id: I19019d2809496bfc37eca1964e58a4e04d8bbbe7
Signed-off-by: Huang Jianan <huangjianan@oppo.com>
Diffstat (limited to 'apexer/runtests.sh')
-rwxr-xr-x | apexer/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apexer/runtests.sh b/apexer/runtests.sh index 201270e..5121122 100755 --- a/apexer/runtests.sh +++ b/apexer/runtests.sh @@ -28,7 +28,7 @@ m -j apexer export APEXER_TOOL_PATH="${ANDROID_BUILD_TOP}/out/soong/host/linux-x86/bin:${ANDROID_BUILD_TOP}/prebuilts/sdk/tools/linux/bin" PATH+=":${ANDROID_BUILD_TOP}/prebuilts/sdk/tools/linux/bin" -for fs_type in ext4 f2fs +for fs_type in ext4 f2fs erofs do input_dir=$(mktemp -d) output_dir=$(mktemp -d) |