[Mesa-dev] [PATCH] Android: fix typo in symlink for driver loading and 32 bit builds

Rob Herring robh at kernel.org
Fri Jun 30 17:09:49 UTC 2017


On Fri, Jun 30, 2017 at 1:54 AM, Mauro Rossi <issor.oruam at gmail.com> wrote:
> There is typo in the mkdir command path,
> the correct one is $(TARGET_OUT)/$(l)/$(MESA_DRI_MODULE_REL_PATH)
>
> The other issue is in 32bit builds, because lib64 does not exist there,
> we can use TARGET_IS_64_BIT to refine the post install command.
>
> Fixes: a3d98ca62f ("Android: use symlinks for driver loading")
> ---
>  src/gallium/targets/dri/Android.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Now pushed.

Rob


More information about the mesa-dev mailing list