gs101: use 64-bit dex2oat am: 1435f7e99c am: 8c746a8541 am: b05b99b2ad

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14680446

Change-Id: I10fd327fb55264cfca4a3b4273da265a2cbe769e
This commit is contained in:
Tim Murray 2021-05-24 16:35:28 +00:00 committed by Automerger Merge Worker
commit d15f2c5aa7

View file

@ -1167,3 +1167,7 @@ PRODUCT_DEXPREOPT_SPEED_APPS += \
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml \
frameworks/native/data/etc/android.hardware.device_unique_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.device_unique_attestation.xml
# Use 64-bit dex2oat for better dexopt time.
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.dex2oat64.enabled=true