sm6250-common: Use dex2oat64

Enable dex2oat64 use.

Bug: 153380900
Test: boot and install an application
Change-Id: I3e7a6e6e9385ff6564d1a2e6dda004ebb061f095
(cherry picked from commit 126f03be80f57a8a0411842011152d9381589b78)
Merged-In: I3e7a6e6e9385ff6564d1a2e6dda004ebb061f095
This commit is contained in:
David Sehr 2020-04-25 15:50:40 -07:00 committed by Alexander Winkowski
parent d3292ab6e6
commit 179a6eb85e
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -103,6 +103,9 @@ vendor.camera.aux.packagelist=org.codeaurora.snapcam,com.android.camera
# Crypto # Crypto
ro.crypto.volume.filenames_mode=aes-256-cts ro.crypto.volume.filenames_mode=aes-256-cts
# Dalvik
dalvik.vm.dex2oat64.enabled=true
# Display # Display
ro.surface_flinger.force_hwc_copy_for_virtual_displays=true ro.surface_flinger.force_hwc_copy_for_virtual_displays=true
ro.surface_flinger.has_wide_color_display=true ro.surface_flinger.has_wide_color_display=true