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

Commit 1ee8faaf authored by Calin Juravle's avatar Calin Juravle Committed by android-build-merger
Browse files

Merge "Revert "Change the default compiler filter for install to...

Merge "Revert "Change the default compiler filter for install to speed-profile"" into pi-dev am: c6063bf9
am: 858508b2

Change-Id: I5aab87e4b37d749b3c66053f6c2cd22f621c5592
parents 776a3024 858508b2
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -84,11 +84,8 @@ else
        pm.dexopt.boot=verify
endif

# The install filter is speed-profile in order to enable the use of
# profiles from the dex metadata files. Note that if a profile is not provided
# or if it is empty speed-profile is equivalent to quicken.
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
    pm.dexopt.install=speed-profile \
    pm.dexopt.install=quicken \
    pm.dexopt.bg-dexopt=speed-profile \
    pm.dexopt.ab-ota=speed-profile \
    pm.dexopt.inactive=verify \