commit | 4f7dc9b6d7b31fdf94b96307a256c9bbee6cb0b7 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Fri Sep 15 08:48:55 2017 -0500 |
committer | Rob Herring <robh@kernel.org> | Sun Sep 24 17:58:16 2017 -0500 |
tree | 68076e86a07fdca9667b8d1b88a78716bdab2ebc | |
parent | 8ff3ea669cae099eeb9afd7c31d8590209431c40 [diff] |
drm_hwcomposer: move library 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>