[Mesa-dev] [PATCH 2/2] isl: add support for Android libmesa_isl static library

Rob Herring robh at kernel.org
Thu Jun 2 22:10:05 UTC 2016


On Thu, Jun 2, 2016 at 2:15 PM, Mauro Rossi <issor.oruam at gmail.com> wrote:
> isl library is needed to build i965, libmesa_isl static library is added
> to fix related Android building errors.
>
> Any attempt to build libmesa_genxml as phony package module failed to deliver
> gen{7,75,8,9}_pack.h generated headers, needed for libmesa_isl_gen{7,75,8,9}
>
> Due to constraints in Android Build System, libmesa_genxml is built as static,
> at least one source is needed, so dummy.c is autogenerated for this scope,
> libmesa_genxml dependency is declared using LOCAL_WHOLE_STATIC_LIBRARIES,
> to avoid building errors due to missing genxml/gen{7,75,8,9}_pack.h headers.

I built against AOSP master.

Tested-by: Rob Herring <robh at kernel.org>


More information about the mesa-dev mailing list