Merge "Mark libziparchive as VNDK in Android.bp"

This commit is contained in:
Treehugger Robot 2017-09-15 16:23:46 +00:00 committed by Gerrit Code Review
commit 4ed58aff38
1 changed files with 3 additions and 0 deletions

View File

@ -58,6 +58,9 @@ cc_library {
name: "libziparchive",
host_supported: true,
vendor_available: true,
vndk: {
enabled: true,
},
defaults: [
"libziparchive_defaults",