commit | bf37c2bbb2134876b989763c45eaac24cec69e73 | [log] [tgz] |
---|---|---|
author | Jayant Chowdhary <jchowdhary@google.com> | Tue May 16 13:09:54 2017 -0700 |
committer | Jayant Chowdhary <jchowdhary@google.com> | Wed May 31 01:58:06 2017 +0000 |
tree | b4b3d3c1f53ac4f6afdf61e9b1a92906b75ea7ba | |
parent | 3628448371ec9e3c3221426c4e304205f782556b [diff] |
Mark libziparchive vendor_available. libziparchive is a library which belongs to vndk-cap. Mark it vendor_available to enable header-abi-dumper's invocation to identify it as a part of the vndk. Details: https://android-review.googlesource.com/368372 Test: mm -j64 Bug: 38244611 Merged-In: Ic414d368d7043083ce9cf9c09d124fb700ac8866 Change-Id: Ibe490cc6c2cfca0f8d58df45317bb3a491d530f0 (cherry picked from commit 2c87bccf4610a877771641d9476d6fcc0c8db423)
diff --git a/libziparchive/Android.bp b/libziparchive/Android.bp index 44daf36..0a4f088 100644 --- a/libziparchive/Android.bp +++ b/libziparchive/Android.bp
@@ -56,6 +56,8 @@ cc_library { name: "libziparchive", host_supported: true, + vendor_available:true, + defaults: ["libziparchive_defaults", "libziparchive_flags"], shared_libs: ["liblog", "libbase"], target: {