aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-07-24 15:19:44 +0900
committerJustin Yun <justinyun@google.com>2017-08-12 00:30:25 +0900
commitec4e3f340864c83f3f65f018c8f95b322a659901 (patch)
tree8e95246b0b5478a5fb5bf65dac63029a78d6c267
parent0ef7a678ffd48ca9c5a18f198574879f5c7f0edf (diff)
downloadlibpng-ec4e3f340864c83f3f65f018c8f95b322a659901.tar.gz
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
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
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: {