Merge "Mark libziparchive as VNDK in Android.bp"

am: 4ed58aff38

Change-Id: I3a672f2c51564d82fbde804850b9ec4d50a8f764
This commit is contained in:
Justin Yun 2017-09-15 16:31:33 +00:00 committed by android-build-merger
commit cc52f1c947
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",