From ec4e3f340864c83f3f65f018c8f95b322a659901 Mon Sep 17 00:00:00 2001 From: Justin Yun Date: Mon, 24 Jul 2017 15:19:44 +0900 Subject: libpng is not allowed to vendor libpng was vndk-sp because libft2 was vndksp and linked with it. However, libpng is now framework-only library since libft2 is changed to ll-ndk. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Change-Id: I2217c50e51aef88a587471e76af537c22725cac6 --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index 93e07e3a1..65bb9ba7e 100644 --- a/Android.bp +++ b/Android.bp @@ -79,7 +79,6 @@ cc_defaults { cc_library { name: "libpng", - vendor_available: true, host_supported: true, defaults: ["libpng-defaults"], target: { -- cgit v1.2.3