diff options
author | 2022-12-02 15:35:48 +0000 | |
---|---|---|
committer | 2022-12-05 13:30:17 +0000 | |
commit | 32bc4ce81c44b56e45dd0e9e96f7a5a51e4db97b (patch) | |
tree | 8da7977332c2b9ab9f2c5c85657eda1cbcfb98b9 /build/apex/art_apex_test.py | |
parent | f531f197b87a3b8ca8deea6e753012c8b46a05ef (diff) |
Replace blkid with blkid_static
BUG: b/257933023
Change-Id: I66078f86bd7b7c3a929543520a65dba4a4f0b2cc
Diffstat (limited to 'build/apex/art_apex_test.py')
-rwxr-xr-x | build/apex/art_apex_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |