aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Derek Sollenberger <djsollen@google.com>2017-03-03 15:48:33 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-06 17:34:06 +0000
commit488f0d674811ae038d34ece9d59c2824ebd4df8f (patch)
tree1bee20d81fda3d0ae98a510245648a9d7a07b9b4 /gn/gn_to_bp.py
parentd83545e4904ba78c6bc7b82169e9be5070f64e32 (diff)
Add ability to insert systrace markers for the android framework
Change-Id: I34cee8382b73f1d95fde279377f976ebad6983a7 Reviewed-on: https://skia-review.googlesource.com/9232 Reviewed-by: Leon Scroggins <scroggo@google.com> Reviewed-by: Stan Iliev <stani@google.com> Commit-Queue: Derek Sollenberger <djsollen@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py
index 58a8dd563c..487bdffd1e 100644
--- a/gn/gn_to_bp.py
+++ b/gn/gn_to_bp.py
@@ -33,6 +33,7 @@ tool_shared_libs = [
'libft2',
'libdng_sdk',
'libpiex',
+ 'libcutils',
]
# The ordering here is important: libsfntly needs to come after libskia.
@@ -57,6 +58,7 @@ cc_library {
"-U_FORTIFY_SOURCE",
"-D_FORTIFY_SOURCE=1",
"-DSKIA_IMPLEMENTATION=1",
+ "-DATRACE_TAG=ATRACE_TAG_VIEW",
],
export_include_dirs: [
@@ -129,6 +131,7 @@ cc_library {
"libpng",
"libvulkan",
"libz",
+ "libcutils",
],
static_libs: [
"libarect",