aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2017-05-17 14:31:25 -0700
committerJayant Chowdhary <jchowdhary@google.com>2017-05-24 14:52:44 -0700
commit666035422526cc47f047664c9587ea631d419620 (patch)
treeadb760778ae5c05e58b77aa2fe9d074718b04562
parentfd058750c2b588ee6944a1f922d5104096201f79 (diff)
downloadpiex-666035422526cc47f047664c9587ea631d419620.tar.gz
Mark libpiex vendor_available.android-o-preview-3
libpiex belongs to vndk-cap. Mark it vendor_available to enable vndk abi stability checks on it. Details: https://android-review.googlesource.com/368372 Test: mm -j64 Bug: 38244611 Change-Id: I33f9c4bf15a33d5792cbe617420a1c48baf492e6
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 894bf3b..f4a2e98 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,6 +27,7 @@ cc_library_static {
cc_library_shared {
name: "libpiex",
+ vendor_available: true,
srcs: [
"src/tiff_parser.cc",
"src/piex.cc",