summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_unit_test.h
diff options
context:
space:
mode:
author Jiakai Zhang <jiakaiz@google.com> 2023-03-01 10:15:09 +0000
committer Jiakai Zhang <jiakaiz@google.com> 2023-03-01 13:04:48 +0000
commit6023b3a53a11fc213a029e7ae71fb439cae1d59d (patch)
treed5f563142d302b31473b037d5caed7279600c962 /compiler/optimizing/optimizing_unit_test.h
parent95e629448aca7a766441c6ef8be1b2f87679636c (diff)
Don't use the default boot image location with non-default bootclasspath
Some unit tests are using a non-default bootclasspath. In such cases, the runtime cannot use the default boot image location anyway. Before this change, during those tests, the runtime attempted to use the default boot image location and then rejected it. This workflow worked for a long time. However, it no longer works since aosp/2458432 because that CL introduced some logic that infers the default boot image location based on environment variables, which may not exist in some chroot environment. After this change, the runtime doesn't attempt to use the default boot image location at all. This fixes the LUCI breakage caused by aosp/2458432. Bug: 269230245 Test: Presubmit Change-Id: Iecd9b7d05fa91fd96eee5072ca5797c08c36a16e
Diffstat (limited to 'compiler/optimizing/optimizing_unit_test.h')
0 files changed, 0 insertions, 0 deletions