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

Commit 8af90a15 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix signing test failure" am: a315389d

parents 6d2a5f43 a315389d
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