diff --git a/BUILD.gn b/BUILD.gn index a53f187410d3636ae445c207f049c8d933c8e2e6..c4bacbc2f8f8f56a87bda1a99346779db27aefe8 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -11,7 +11,8 @@ action("e2fsprogs_action") { "//third_party/e2fsprogs/1003-add-dac-config.patch", "//third_party/e2fsprogs/1004-modify-code-to-compile.patch", "//third_party/e2fsprogs/1005-read-vfat-chinese-label.patch", - "//third_party/e2fsprogs/1006-add-hmfs-for-blkid.patch" + "//third_party/e2fsprogs/1006-add-hmfs-for-blkid.patch", + "//third_party/e2fsprogs/1007-blkid-support-skip-specified-filesystem.patch" ] outputs = [ "${target_gen_dir}/e2fsprogs", @@ -234,6 +235,7 @@ action("e2fsprogs_action") { } E2FSPROGS_DIR = rebase_path("${target_gen_dir}/e2fsprogs") +print("E2FSPROGS_DIR is ${E2FSPROGS_DIR}") group("e2fsprogs") { deps = [ diff --git a/install.sh b/install.sh index 2d15aa36368e42bc66fc97136bef1a83386bb1cd..5a3e383d954afb54d5f6d286dfd7dc2721b81e85 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,6 @@ # Copyright(c) 2023 Huawei Device Co., Ltd. set -e -set -x mkdir -p $1 cd $1 touch test.lock