vendor: globally enable dexpreopt

This can be opted out by including in the device's BoardConfigOmni.mk file:

        WITH_DEXPREOPT := false

Individual apps can be excluded by either adding the following the the app's makefile:

        LOCAL_DEX_PREOPT := false

or by adding the following to the device's omni_device.mk:

        $(call add-product-dexpreopt-module-config,modulename,disable)

Change-Id: Ib8561632c1f0fa5aac4c65cf2c818396d3d149a1
1 file changed
tree: 40b87ada678ab15a08b354ed52c845db15c6dbc1
  1. config/
  2. overlay/
  3. prebuilt/
  4. sepolicy/
  5. utils/
  6. Android.mk