[PATCH libdrm] Android: move libraries to /vendor

Rob Herring robh at kernel.org
Thu Sep 21 16:58:06 UTC 2017


On Thu, Sep 21, 2017 at 10:36 AM, Eric Engestrom
<eric.engestrom at imgtec.com> wrote:
> On Tuesday, 2017-09-19 21:59:59 +0000, Rob Herring wrote:
>> 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).
>
> Just to double-check; this:
>
>> This change will not
>> break existing platforms without a vendor partition as it will just move
>> files to /system/vendor.
>
> also applies to this, right?
>
>> -     -DAMDGPU_ASIC_ID_TABLE=\"/system/etc/hwdata/amdgpu.ids\" \
>> +     -DAMDGPU_ASIC_ID_TABLE=\"/vendor/etc/hwdata/amdgpu.ids\" \
>
> I guess this means /vendor/ used to be a symlink to /system/vendor/
> on older Android versions?

Correct. It's been that way for quite a while and still is in O if you
don't enable a vendor partition.

Rob


More information about the dri-devel mailing list