Fix signing test failure

BUG: b/266137486
TEST: manual run target file signing pass with change
Change-Id: I4b8127937ba726560a69c79619a7f1a2882c9972
This commit is contained in:
Dennis Shen
2023-01-30 22:15:42 +00:00
parent b70d35cea3
commit 0dfb3aea75

View File

@@ -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