From 32bc4ce81c44b56e45dd0e9e96f7a5a51e4db97b Mon Sep 17 00:00:00 2001 From: Dennis Shen Date: Fri, 2 Dec 2022 15:35:48 +0000 Subject: Replace blkid with blkid_static BUG: b/257933023 Change-Id: I66078f86bd7b7c3a929543520a65dba4a4f0b2cc --- build/apex/art_apex_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/apex/art_apex_test.py') diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py index 900ada7926..41b587fab3 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py @@ -1032,7 +1032,7 @@ def art_apex_test_default(test_parser): test_args = test_parser.parse_args(['unused']) # For consistency. test_args.debugfs = '%s/bin/debugfs' % host_out test_args.fsckerofs = '%s/bin/fsck.erofs' % host_out - test_args.blkid = '%s/bin/blkid' % host_out + test_args.blkid = '%s/bin/blkid_static' % host_out test_args.tmpdir = '.' test_args.tree = False test_args.list = False -- cgit v1.2.3-59-g8ed1b