From 488f0d674811ae038d34ece9d59c2824ebd4df8f Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Fri, 3 Mar 2017 15:48:33 -0500 Subject: 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 Reviewed-by: Stan Iliev Commit-Queue: Derek Sollenberger --- gn/gn_to_bp.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gn/gn_to_bp.py') 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", -- cgit v1.2.3