diff options
author | 2022-12-05 15:10:38 +0000 | |
---|---|---|
committer | 2022-12-05 15:10:38 +0000 | |
commit | f657283307c2b9ba658ea985cd2f5f4ef56e8fb1 (patch) | |
tree | 091a76054d1148967065228e50b407d01d13695c /build/apex/art_apex_test.py | |
parent | 60e0a00cbfecd81f39940e7cf82b4efbde1fe8c3 (diff) | |
parent | da76cd56b466e1ba82bfe0c8e3894dc305f528a1 (diff) |
Replace blkid with blkid_static am: 32bc4ce81c am: bc9348de02 am: da76cd56b4
Original change: https://android-review.googlesource.com/c/platform/art/+/2324435
Change-Id: I5f4b40b769eb784c278935571e2c03455cba63ce
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 39b6c1a32f..12ceb64044 100755 --- a/build/apex/art_apex_test.py +++ b/build/apex/art_apex_test.py @@ -1033,7 +1033,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 |