Add a system property to disable ART Service dexopt.
This option can be used for making the boot quicker, for faster
iteration during development. It should never be enabled for production.
An alternative is to set all the `pm.dexopt.*` properties to `skip`, but
we can't do it because there are product configs that have set those
properties and therefore conflict with our settings.
Bug: 313505540
Test: -
1. Build with `dalvik.vm.disable-art-service-dexopt=true` and boot.
2. See no dex2oat invocation.
Change-Id: I005dbd4eac3dd47f8da815b94529ec8bf05a5ea9
1 file changed