diff options
author | davidevinavil <davidevinavil@gmail.com> | 2017-03-26 00:02:19 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:35:29 +0200 |
commit | 1aa508d26b259cf97da4963f1e81f1a301afb718 (patch) | |
tree | 83acdb1d906fb1c4d5b5de2fc8bfdc46d292bbba | |
parent | 99c43cb4dece16cf11d996d7460b5b0737e25a03 (diff) |
z2_plus: Build odex
-rwxr-xr-x | BoardConfig.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 675cc6f..56d90d0 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -143,14 +143,7 @@ VSYNC_EVENT_PHASE_OFFSET_NS := 2000000 SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 # Enable dexpreopt to speed boot time -#ifeq ($(HOST_OS),linux) -# ifneq ($(TARGET_BUILD_VARIANT),eng) -# ifeq ($(WITH_DEXPREOPT),) -# WITH_DEXPREOPT := true -# endif -# endif -#endif - +WITH_DEXPREOPT := true # Init TARGET_INIT_VENDOR_LIB := libinit_z2_plus |