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

Change-Id: Ibe490cc6c2cfca0f8d58df45317bb3a491d530f0
This commit is contained in:
Jayant Chowdhary 2017-05-16 13:09:54 -07:00
parent efb30b0ccd
commit 2c87bccf46

View file

@ -56,6 +56,8 @@ cc_defaults {
cc_library {
name: "libziparchive",
host_supported: true,
vendor_available:true,
defaults: ["libziparchive_defaults", "libziparchive_flags"],
shared_libs: ["liblog", "libbase"],
target: {