commit | eff28dc3ba58bc734fc77fed478fc7a77fa9348e | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Fri Aug 04 15:02:42 2017 +0900 |
committer | Justin Yun <justinyun@google.com> | Fri Aug 04 15:25:13 2017 +0900 |
tree | d11cc36f6cc74454c058c7b306896b0627aa3c27 | |
parent | f2bd6c12a2417fd10f512b3194bb0670be2e5fa5 [diff] |
Mark hidl utils as vndk 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: If0eb0c1bddfa5bdc7ea0ca4635d4e53b59836582