[GWP-ASan] [NFC] Change enum from ANDROID->BIONIC.
authorMitch Phillips <31459023+hctim@users.noreply.github.com>
Thu, 13 Feb 2020 00:06:42 +0000 (16:06 -0800)
committerMitch Phillips <31459023+hctim@users.noreply.github.com>
Thu, 13 Feb 2020 00:06:59 +0000 (16:06 -0800)
compiler-rt/lib/gwp_asan/platform_specific/utilities_posix.cpp

index 2e74034..45b1939 100644 (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;