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

Commit f084c6f5 authored by Mathieu Chartier's avatar Mathieu Chartier Committed by android-build-merger
Browse files

Merge "Clean up comment" am: 8cdc0da9 am: f1a2f409

am: 71013c25

Change-Id: Id4750152a82a792ea2c3c2fe3654a642a2eb51ed
parents a3ee9f28 71013c25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -533,7 +533,7 @@ public class PackageDexOptimizer {
        // Some apps are executed with restrictions on hidden API usage. If this app is one
        // of them, pass a flag to dexopt to enable the same restrictions during compilation.
        int hiddenApiFlag = info.isAllowedToUseHiddenApi() ? 0 : DEXOPT_ENABLE_HIDDEN_API_CHECKS;
        // Enable CompactDex generation for modes that aren't latency critical.
        // Avoid generating CompactDex for modes that are latency critical.
        final int compilationReason = options.getCompilationReason();
        boolean generateCompactDex = true;
        switch (compilationReason) {