aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-14 20:16:15 +0900
committerJiyong Park <jiyong@google.com>2017-08-14 20:16:15 +0900
commit4223e75a38f9f90b657dcfc61b0da5ad195395e9 (patch)
treebf6f9d4400ddc901e63427a5bd913a50613fc608
parentec4e3f340864c83f3f65f018c8f95b322a659901 (diff)
downloadlibpng-4223e75a38f9f90b657dcfc61b0da5ad195395e9.tar.gz
Mark libpng as VNDKoreo-mr1-dev
This lib is used by some OEMs. So mark it as VNDK so that we can make the lib available to them, while keeping the lib in the system partition. Bug: 63866913 Test: BOARD_VNDK_VERSION=current m -j libpng libpng.vendor Change-Id: I6bf73db6118747206b6817a55a7f327e3a68f05b
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 65bb9ba7e..a5c78eecd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -79,6 +79,10 @@ cc_defaults {
cc_library {
name: "libpng",
+ vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
host_supported: true,
defaults: ["libpng-defaults"],
target: {