aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Shen <dzshen@google.com>2022-12-13 13:42:47 +0000
committerDennis Shen <dzshen@google.com>2022-12-13 13:42:47 +0000
commite04a3f5a35e0ca6475d2a43aaa8b6204c5dd9358 (patch)
treec7a80226c783b0db6f5ed643879c2475a5ba42be
parentbd5e87d2342f81c8f0a432e142e1489dd79e7e07 (diff)
downloadbuild-e04a3f5a35e0ca6475d2a43aaa8b6204c5dd9358.tar.gz
switch to use blkid_static
BUG: b/259003057, b/257933023 Change-Id: I967fc07a25d596aa40489df3f9636bfc94f0848d
-rw-r--r--tools/releasetools/apex_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/releasetools/apex_utils.py b/tools/releasetools/apex_utils.py
index ea099149dc..c3f7203b60 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