aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Yun <justinyun@google.com>2017-09-14 06:01:43 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-14 06:01:43 +0000
commite010ad7b4b6e6ce7cfc32baa845789c99f0c191f (patch)
tree81e3c8d299d1e7b44d41934989aeffc8a7449612
parenta6661ca5ee3536feb846c6650bbee642c58a2581 (diff)
parentd447843f8020f1998164eb98e39325304f5fa876 (diff)
downloadlibpng-e010ad7b4b6e6ce7cfc32baa845789c99f0c191f.tar.gz
Merge "Mark the module as VNDK or VNDK-SP in Android.bp" am: a80c5de7e9
am: d447843f80 Change-Id: I32ff243e8920dc248cde7c8444f9a67b53ea6478
-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: {