[Mesa-dev] [PATCH v1 6/7] android: add etnaviv driver build support

Rob Herring robh at kernel.org
Fri Jun 16 14:13:27 UTC 2017


On Fri, Jun 16, 2017 at 8:24 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Hi Rob,
>
> There's a handful of small nitpicks, but nothing serious.
>
> On 15 June 2017 at 21:47, Robert Foss <robert.foss at collabora.com> wrote:
>> From: Rob Herring <robh at kernel.org>
>>
>> Add etnaviv to Android makefiles.
>>
>> Signed-off-by: Rob Herring <robh at kernel.org>
>> ---


>> @@ -46,7 +47,7 @@ LOCAL_CPPFLAGS += -std=c++11
>>
>>  # We need libmesa_nir to get NIR's generated include directories.
>>  LOCAL_MODULE := libmesa_gallium
>> -LOCAL_STATIC_LIBRARIES += libmesa_nir
>> +LOCAL_STATIC_LIBRARIES += libmesa_nir libmesa_loader
>>
> Do we really need the loader here? Afaict module does not export any
> headers/etc that we need?
> We should only need it in the final link stage, although it's there already.

I could be left over from the first iteration of renderonly. These
patches started a while back.

Rob


More information about the mesa-dev mailing list