Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9171a32 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Build: Add first-boot dexopt settings defaults

Needed for factory-reset/first-boot/upgrade to N.

Bug: 27689078
Change-Id: I010e38c8a10445f87e95e1ff8d9daf1d051f2b06
parent 11a4a85b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -119,6 +119,7 @@ PRODUCT_COPY_FILES += \

# Different dexopt types for different package update/install times.
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
    pm.dexopt.first-boot=interpret-only \
    pm.dexopt.boot=verify-profile \
    pm.dexopt.install=interpret-only \
    pm.dexopt.bg-dexopt=speed-profile \
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@ PRODUCT_PROPERTY_OVERRIDES += \

# Different dexopt types for different package update/install times.
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
    pm.dexopt.first-boot=interpret-only \
    pm.dexopt.boot=verify-profile \
    pm.dexopt.install=interpret-only \
    pm.dexopt.bg-dexopt=speed-profile \