aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn1
-rw-r--r--gn/BUILDCONFIG.gn1
2 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4834836de9..fecd3eb55e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -35,6 +35,7 @@ declare_args() {
skia_enable_tools = is_skia_standalone
skia_enable_vulkan_debug_layers = is_skia_standalone && is_debug
skia_vulkan_sdk = getenv("VULKAN_SDK")
+ is_fuzzing = false
}
declare_args() {
skia_use_dng_sdk =
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
index 82e3e10181..a89931b432 100644
--- a/gn/BUILDCONFIG.gn
+++ b/gn/BUILDCONFIG.gn
@@ -17,7 +17,6 @@ declare_args() {
ndk_api = 21
}
sanitize = ""
- is_fuzzing = false
}
declare_args() {
is_debug = !is_official_build