Re: [Mesa-dev] [PATCH mesa] autotools: add missing android file to package

2018-06-04 Thread Dylan Baker
Reviewed-by: Dylan Baker 

Quoting Eric Engestrom (2018-06-04 10:09:55)
> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106779
> Fixes: ff904978a1d299a36b587 "gallium/util: Android backtrace support"
> Signed-off-by: Eric Engestrom 
> ---
>  src/gallium/auxiliary/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gallium/auxiliary/Makefile.am 
> b/src/gallium/auxiliary/Makefile.am
> index 07856e5a5289e00dd3d2..6b048b8eebf6380389d4 100644
> --- a/src/gallium/auxiliary/Makefile.am
> +++ b/src/gallium/auxiliary/Makefile.am
> @@ -118,6 +118,7 @@ EXTRA_DIST = \
> postprocess/ADDING \
> rbug/README \
> target-helpers \
> +   util/u_debug_stack_android.cpp \
> util/u_format.csv \
> util/u_format_pack.py \
> util/u_format_parse.py \
> -- 
> Cheers,
>   Eric
> 
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


signature.asc
Description: signature
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH mesa] autotools: add missing android file to package

2018-06-04 Thread Eric Engestrom
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=106779
Fixes: ff904978a1d299a36b587 "gallium/util: Android backtrace support"
Signed-off-by: Eric Engestrom 
---
 src/gallium/auxiliary/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/Makefile.am 
b/src/gallium/auxiliary/Makefile.am
index 07856e5a5289e00dd3d2..6b048b8eebf6380389d4 100644
--- a/src/gallium/auxiliary/Makefile.am
+++ b/src/gallium/auxiliary/Makefile.am
@@ -118,6 +118,7 @@ EXTRA_DIST = \
postprocess/ADDING \
rbug/README \
target-helpers \
+   util/u_debug_stack_android.cpp \
util/u_format.csv \
util/u_format_pack.py \
util/u_format_parse.py \
-- 
Cheers,
  Eric

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev