commit | e33de37ee6e08728e4f234d264d0519c28958cc6 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Thu Aug 03 15:51:33 2017 +0900 |
committer | Justin Yun <justinyun@google.com> | Sat Aug 12 00:52:14 2017 +0900 |
tree | efc46a43e22550dd1e18c8be6ab66b7417f5e2d6 | |
parent | 3b1f841019b261935b6a2ff2b838f9d13ecad969 [diff] |
Mark libziparchive as VNDK in Android.bp As a VNDK module, Android.bp must have 'vndk' tag as well as 'vendor_available: true'. The 'vndk' tag for VNDK module is formated as below: vndk: { enabled: true, }, VNDK modules will be installed both in system/lib(64) as normal and in system/lib(64)/vndk as a vendor variant. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Change-Id: Iec5d3496e91a99f3e6b0c816c67ad279672ff36a