From e80251af3d1e28dd60e253517e4416ddcabc7e90 Mon Sep 17 00:00:00 2001 From: Jerome Gaillard Date: Tue, 27 Oct 2020 13:35:00 +0000 Subject: [PATCH] Use shared version of libcutils for host Android builds libcutils is now available as a shared library for host builds as well as Android builds. Change-Id: Ief5625522933e9c261843436622b391e1eb7abe0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/329976 Reviewed-by: Leon Scroggins Auto-Submit: Jerome Gaillard Commit-Queue: Leon Scroggins --- gn/gn_to_bp.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gn/gn_to_bp.py b/gn/gn_to_bp.py index bf8806dd4b..b32922e88e 100755 --- a/gn/gn_to_bp.py +++ b/gn/gn_to_bp.py @@ -169,6 +169,7 @@ cc_defaults { cc_defaults { name: "skia_deps", shared_libs: [ + "libcutils", "libdng_sdk", "libexpat", "libft2", @@ -188,7 +189,6 @@ cc_defaults { target: { android: { shared_libs: [ - "libcutils", "libEGL", "libGLESv2", "libheif", @@ -199,11 +199,6 @@ cc_defaults { "libvulkan", ], }, - host: { - static_libs: [ - "libcutils", - ], - }, darwin: { host_ldlibs: [ "-framework AppKit",