diff options
-rw-r--r--[-rwxr-xr-x] | BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 599408b..49a1060 100755..100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -143,7 +143,7 @@ VSYNC_EVENT_PHASE_OFFSET_NS := 2000000 SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 # Enable dexpreopt to speed boot time -WITH_DEXPREOPT := true +# WITH_DEXPREOPT := true # Init TARGET_INIT_VENDOR_LIB := libinit_z2_plus |