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

Commit f6d4d22f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "use consistent method to generate constant value" into sc-dev

parents 446c9d49 032c92d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ public final class Zygote {
     * GWP-ASan is activated unconditionally (but still, only a small subset of
     * allocations is protected).
     */
    public static final int GWP_ASAN_LEVEL_ALWAYS = 2 << 21;
    public static final int GWP_ASAN_LEVEL_ALWAYS = 1 << 22;

    /**
     * Enable automatic zero-initialization of native heap memory allocations.