aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 05:59:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 05:59:12 +0000
commitd447843f8020f1998164eb98e39325304f5fa876 (patch)
tree81e3c8d299d1e7b44d41934989aeffc8a7449612
parentd8a4fd2cc054e468f1244b63ec4bcb6daae48f6d (diff)
parenta80c5de7e9f205ae9a94fdd94521d0855bbaf091 (diff)
downloadlibpng-d447843f8020f1998164eb98e39325304f5fa876.tar.gz
Merge "Mark the module as VNDK or VNDK-SP in Android.bp"
am: a80c5de7e9 Change-Id: I4e84371d725b8ae6d939f2d5addaf74d1412b968
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index dac670cd7..9f16bbadc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -79,6 +79,9 @@ cc_defaults {
cc_library {
name: "libpng",
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
host_supported: true,
defaults: ["libpng-defaults"],
target: {