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

Commit 9b71aa1f authored by Mridul Agarwal's avatar Mridul Agarwal Committed by Android (Google) Code Review
Browse files

Merge "switch to use blkid_static" into tm-mainline-prod

parents e753d2f3 e04a3f5a
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