[GWP-ASan] [NFC] Change enum from ANDROID->BIONIC.

This commit is contained in:
Mitch Phillips 2020-02-12 16:06:42 -08:00
parent 4caeb62e51
commit 91e194d1ff
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static size_t alignPowerOfTwo(size_t RealAllocationSize) {
#ifdef __BIONIC__
static constexpr AlignmentStrategy PlatformDefaultAlignment =
AlignmentStrategy::ANDROID;
AlignmentStrategy::BIONIC;
#else // __BIONIC__
static constexpr AlignmentStrategy PlatformDefaultAlignment =
AlignmentStrategy::POWER_OF_TWO;