aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/freetype2
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/freetype2')
-rw-r--r--third_party/freetype2/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/freetype2/BUILD.gn b/third_party/freetype2/BUILD.gn
index d543dac347..7ccaa1dc96 100644
--- a/third_party/freetype2/BUILD.gn
+++ b/third_party/freetype2/BUILD.gn
@@ -4,8 +4,9 @@
# found in the LICENSE file.
declare_args() {
- # TODO: false? i.e. build from source all the time for testing?
- skia_use_system_freetype2 = !(is_android || sanitize == "MSAN")
+ # TODO: build from source all the time for testing?
+ skia_use_system_freetype2 =
+ is_official_build || !(is_android || sanitize == "MSAN")
}
import("../third_party.gni")