commit | 03692aa7b68c04ec290aba0c0eb3ec02852da9ec | [log] [tgz] |
---|---|---|
author | Jake Whatley <jacob.whatley91@gmail.com> | Wed Feb 17 02:11:28 2016 -0500 |
committer | Jake Whatley <jacob.whatley91@gmail.com> | Wed Feb 17 08:20:08 2016 +0100 |
tree | 40b87ada678ab15a08b354ed52c845db15c6dbc1 | |
parent | 532a1603d8595a4e2658bec033da27b101a18640 [diff] |
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