aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/BUILDCONFIG.gn
diff options
context:
space:
mode:
authorGravatar ziadb <ziadb@google.com>2018-05-31 15:55:09 -0400
committerGravatar Ziad Ben Hadj-Alouane <ziadb@google.com>2018-06-01 14:56:24 +0000
commit222c9cfd1b3f50d21d4a1f93b0b52dd4973fe1b5 (patch)
treef58d34a59c4d345db2c805e7c4501d32915a7cdc /gn/BUILDCONFIG.gn
parent531a48ed788c5fabfe21704286b54d7567f35469 (diff)
Added support for visual debugging on Android Studio
Change-Id: Icaf848c31167db10d6fbb13d74c7287b03628fb6 Bug: skia: Reviewed-on: https://skia-review.googlesource.com/130144 Reviewed-by: Derek Sollenberger <djsollen@google.com>
Diffstat (limited to 'gn/BUILDCONFIG.gn')
-rw-r--r--gn/BUILDCONFIG.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn
index e5440b9b76..3d4d65ad6e 100644
--- a/gn/BUILDCONFIG.gn
+++ b/gn/BUILDCONFIG.gn
@@ -10,6 +10,7 @@ is_skia_standalone = true
declare_args() {
is_official_build = false
is_component_build = false
+ is_android_cmake = false
ndk = ""
# It's nice to keep ndk_api set to what Clank targets, but probably no big deal if we can't.
@@ -37,6 +38,7 @@ declare_args() {
skia_vulkan_sdk = getenv("VULKAN_SDK")
skia_moltenvk_path = ""
}
+
declare_args() {
is_debug = !is_official_build
}