aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/gn_to_bp.py
diff options
context:
space:
mode:
authorGravatar Dongwon Kang <dwkang@google.com>2018-02-16 10:55:21 -0800
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-20 15:31:43 +0000
commit0c7861ff0c727160ab5306f531e94d40650d7466 (patch)
tree87814d84ff8ac8a518fdc80e4dcfa0faa0366610 /gn/gn_to_bp.py
parentc9a025de53a156b4457f74f9a1517696979f514a (diff)
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 <chz@google.com> Reviewed-by: Leon Scroggins <scroggo@google.com> Commit-Queue: Leon Scroggins <scroggo@google.com>
Diffstat (limited to 'gn/gn_to_bp.py')
-rw-r--r--gn/gn_to_bp.py5
1 files changed, 5 insertions, 0 deletions
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 {