| commit | b367ff4fd9e332d8ff4bd45bf54778851f06f941 | [log] [tgz] |
|---|---|---|
| author | Justin Yun <justinyun@google.com> | Wed Aug 02 17:02:05 2017 +0900 |
| committer | Justin Yun <justinyun@google.com> | Wed Aug 02 17:02:05 2017 +0900 |
| tree | a0b81746909df92171ae55d2e80a78a620b9fe2c | |
| parent | 79c2717cf2c18046ee7374377be5c25a6d127e0a [diff] |
Mark libbinder and libdumpstateutil 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: Ib1d9469ad0aead4cbec7c2548438d44608f36819