aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-07-06 14:02:48 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-06 18:35:46 +0000
commitc19ced195af1e80fc9a0898458d49dbceaee4500 (patch)
tree9ccc29a2586c73ef78ee216218ee9b2b48366df2 /gn/gn_to_bp.py
parentc867a89b012c07e7e5cb719a31ed90e61f4a4901 (diff)
Attempt to fix Android framework build
Bug: skia: Change-Id: I70004f5edc47d6de4e2bdb33d40467c9a6f81b48 Reviewed-on: https://skia-review.googlesource.com/21729 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 9e58b8006b..3ec80b90b6 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -270,6 +270,7 @@ execfile(os.path.join(here, 'android_framework_defines.gni'), builtins, defs)
defines += defs['android_framework_defines']
defines.extend([
'GR_GL_CUSTOM_SETUP_HEADER "gl/GrGLConfig_chrome.h"',
+ 'GR_TEST_UTILS=1',
'SKIA_DLL',
'SK_BUILD_FOR_ANDROID_FRAMEWORK',
'SK_DEFAULT_FONT_CACHE_LIMIT (768 * 1024)',