aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMridul Agarwal <mridulagarwal@google.com>2022-12-13 14:13:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-12-13 14:13:00 +0000
commit9b71aa1f8e1d8107c164a4b146102051efd249c8 (patch)
tree78e0b8623a61468fd3a5f43a17784cdd690a1204
parente753d2f30973b66e67fd696e2a13872864079c9b (diff)
parente04a3f5a35e0ca6475d2a43aaa8b6204c5dd9358 (diff)
downloadbuild-9b71aa1f8e1d8107c164a4b146102051efd249c8.tar.gz
Merge "switch to use blkid_static" into tm-mainline-prod
-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