use consistent method to generate constant value
Change-Id: I32b611661918628c5b8d125ff738069cd2940cb9
Merged-In: I32b611661918628c5b8d125ff738069cd2940cb9
(cherry picked from commit 01f8e8df13)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user