Index: third_party/freetype2/BUILD.gn |
diff --git a/third_party/freetype2/BUILD.gn b/third_party/freetype2/BUILD.gn |
index 623c47eb83fae66ae20f3e034dfcdf3c6bef2112..3ac5dd242c528dd83032ce200123b718a50e500f 100644 |
--- a/third_party/freetype2/BUILD.gn |
+++ b/third_party/freetype2/BUILD.gn |
@@ -8,7 +8,8 @@ declare_args() { |
import("../third_party.gni") |
-if (is_android) { |
+# TODO: build from source all the time? |
+if (is_android || sanitize == "MSAN") { |
third_party("freetype2") { |
public_include_dirs = [ "../externals/freetype/include" ] |