| commit | 9b0ed7294273d5f10020388e5a5b7e545a2fd1de | [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 | 90a2487776d464e867c7bad1dc8d993ed50df09e [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