aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Android: move libraries to /vendorRob Herring2017-10-091-1/+2
| | | | | | | | | | 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>
* android: add rules to build amdgpu.idsChih-Wei Huang2017-08-211-0/+9
Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>