diff options
author | 2022-12-05 14:31:25 +0000 | |
---|---|---|
committer | 2022-12-05 14:31:25 +0000 | |
commit | da76cd56b466e1ba82bfe0c8e3894dc305f528a1 (patch) | |
tree | edaab1d3da78af779b85539b48b9247cccefa05b /build/apex/art_apex_test.py | |
parent | d3b7f3e6349a13a6feb4f23f463c0911ca2bda78 (diff) | |
parent | bc9348de02e9cf3868efbe7e54c56257c1c56545 (diff) |
Replace blkid with blkid_static am: 32bc4ce81c am: bc9348de02
Original change: https://android-review.googlesource.com/c/platform/art/+/2324435
Change-Id: Ib0837260a9a47b6cd119bc04e1757ce7bc5a4ffd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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 |