commit | c46c13c5bb056d82ad971dd3047d6c9782de7006 | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Mon Mar 04 13:34:59 2024 +0000 |
committer | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Mon Mar 04 19:23:54 2024 +0000 |
tree | 68bce40c458fa12d77a066a6d7c1571226762ee8 | |
parent | 350d7731a8e87bfca87611a7e420ccd6320be4ab [diff] |
Don't compile non-prejit a method marked as pre-compiled. Such methods should only be compiled with the `prejit` flag. Otherwise they could end up with two different generated code, which is incompatible with the JIT zygote implementation. Test: boot aosp eng build Bug: 325663683 Change-Id: I1300ac5cdeae0042112a177ff76b6f16539c7871