commit | 727ec9f2a5c20dde44464cb5b1e7d95e9848ff03 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Mon Jul 24 15:19:45 2017 +0900 |
committer | Justin Yun <justinyun@google.com> | Thu Aug 03 06:43:23 2017 +0000 |
tree | ff31a24fc0279169cc1115cf3d59afe3a8c8c31d | |
parent | 726a478be60d22bd7a0bf563534cc7a9fcf678c3 [diff] |
Mark the modules 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: Icecb22ed2ed0f58c3168605d4cf64815e2dda750