From 0c7861ff0c727160ab5306f531e94d40650d7466 Mon Sep 17 00:00:00 2001 From: Dongwon Kang Date: Fri, 16 Feb 2018 10:55:21 -0800 Subject: Start thread pool in skia_dm on Android. Android media framework is expected to be run with the background thread pool for handling binder RPC calls. Test: skia_dm does not hang with heif files. Bug: 65463215 Bug: 72869975 Change-Id: I2333d5a13d6145e9468464fa93807851e3a17bc8 Reviewed-on: https://skia-review.googlesource.com/108141 Reviewed-by: Chong Zhang Reviewed-by: Leon Scroggins Commit-Queue: Leon Scroggins --- gn/gn_to_bp.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gn/gn_to_bp.py') diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py index e68a5677fc..0dfada3ea2 100644 --- a/gn/gn_to_bp.py +++ b/gn/gn_to_bp.py @@ -185,6 +185,11 @@ cc_test { srcs: [ $dm_srcs ], + + shared_libs: [ + "libbinder", + "libutils", + ], } cc_test { -- cgit v1.2.3