From a0834048380c51f9e45063e3ae40a142a6f7f2d1 Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Fri, 1 Jun 2018 20:22:25 +0000 Subject: Revert "Added support for visual debugging on Android Studio" This reverts commit 222c9cfd1b3f50d21d4a1f93b0b52dd4973fe1b5. Reason for revert: Breaks documented workflow. Original change's description: > 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 TBR=djsollen@google.com,mtklein@google.com,bsalomon@google.com,halcanary@google.com,bungeman@google.com,ziadb@google.com Change-Id: I6e7ac2d16d9a0f267d75cd202fd4975be36da4f5 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: skia: Reviewed-on: https://skia-review.googlesource.com/131601 Reviewed-by: Hal Canary Commit-Queue: Hal Canary --- gn/BUILDCONFIG.gn | 2 -- 1 file changed, 2 deletions(-) (limited to 'gn/BUILDCONFIG.gn') diff --git a/gn/BUILDCONFIG.gn b/gn/BUILDCONFIG.gn index 3d4d65ad6e..e5440b9b76 100644 --- a/gn/BUILDCONFIG.gn +++ b/gn/BUILDCONFIG.gn @@ -10,7 +10,6 @@ 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. @@ -38,7 +37,6 @@ declare_args() { skia_vulkan_sdk = getenv("VULKAN_SDK") skia_moltenvk_path = "" } - declare_args() { is_debug = !is_official_build } -- cgit v1.2.3