commit | 011fd913b445b5e17148c37d169396c39eced3df | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Sep 15 08:45:59 2017 -0500 |
committer | Rob Herring <robh@kernel.org> | Mon Oct 09 09:22:35 2017 -0500 |
tree | a6852bf91516fe7d44261be3452c2fabd66d4cdd | |
parent | 2ecafcae8a215d9994fb26a122d97bcb5437c5e8 [diff] |
Android: move libraries to /vendor As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. This is done by setting LOCAL_PROPRIETARY_MODULE (the name is misleading). This change will not break existing platforms without a vendor partition as it will just move files to /system/vendor. Signed-off-by: Rob Herring <robh@kernel.org>