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

Commit 4f3f03c0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Count hotness in system server compiled code"

parents 9d1aab10 fae75af0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,5 +41,8 @@ PRODUCT_PROPERTY_OVERRIDES += \

# Use speed compiler filter since system server doesn't have JIT.
PRODUCT_DEX_PREOPT_BOOT_FLAGS += --compiler-filter=speed
# System server is speed compiled and doesn't have a separate preopt flag,
# so we enable hotness in compiled code for everything.
PRODUCT_DEX_PREOPT_DEFAULT_FLAGS := --count-hotness-in-compiled-code

PRODUCT_DIST_BOOT_AND_SYSTEM_JARS := true