From 0dfb3aea7523b2195a8b8a525eee025463342f48 Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Mon, 30 Jan 2023 22:15:42 +0000 Subject: [PATCH] Fix signing test failure BUG: b/266137486 TEST: manual run target file signing pass with change Change-Id: I4b8127937ba726560a69c79619a7f1a2882c9972 --- tools/releasetools/apex_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/releasetools/apex_utils.py b/tools/releasetools/apex_utils.py index 194ff5862b..40f7c92deb 100644 --- a/tools/releasetools/apex_utils.py +++ b/tools/releasetools/apex_utils.py @@ -66,7 +66,7 @@ class ApexApkSigner(object): self.fsckerofs_path = os.path.join( OPTIONS.search_path, "bin", "fsck.erofs") self.blkid_path = os.path.join( - OPTIONS.search_path, "bin", "blkid") + OPTIONS.search_path, "bin", "blkid_static") self.avbtool = avbtool if avbtool else "avbtool" self.sign_tool = sign_tool