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

Commit 01f8e8df authored by Todd Kennedy's avatar Todd Kennedy
Browse files

use consistent method to generate constant value

Change-Id: I32b611661918628c5b8d125ff738069cd2940cb9
parent 949b91aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,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;

    /** No external storage should be mounted. */
    public static final int MOUNT_EXTERNAL_NONE = IVold.REMOUNT_MODE_NONE;