From 307be00ad9be58a471b3f0917e79163cdead1ff9 Mon Sep 17 00:00:00 2001 From: Steve Kim Date: Wed, 24 Mar 2021 20:11:47 -0700 Subject: [PATCH] Make libfreetype2 available to vendor Cuttlefish uses this library via libteeui, and this library can be built for what is normally "host" if running cuttlefish nested on device. Bug: 183667148 Test: m installclean && m -j 40 Change-Id: Ia0f7931067bf00313970c013186539504a47bdf2 --- Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.bp b/Android.bp index c042a3bf1..1ba04a22a 100644 --- a/Android.bp +++ b/Android.bp @@ -148,5 +148,6 @@ llndk_library { // variant of libft2 without any library dependencies. cc_library_static { name: "libft2.nodep", + vendor_available: true, defaults: ["libft2_defaults"], }