Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e04a3f5a authored by Dennis Shen's avatar Dennis Shen
Browse files

switch to use blkid_static

BUG: b/259003057, b/257933023
Change-Id: I967fc07a25d596aa40489df3f9636bfc94f0848d
parent bd5e87d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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