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
1 file changed