[Mesa-dev] [PATCH 1/8] intel: Add a new "common" library for more code sharing

Jason Ekstrand jason at jlekstrand.net
Sun Sep 4 00:20:09 UTC 2016


On Sep 3, 2016 5:00 PM, "Mauro Rossi" <issor.oruam at gmail.com> wrote:
>
> Hi,
> minor changes are required to Android.common.mk include paths.

I double-checked all the files and I didn't think we included anything more
interesting than stdint.h.  Oh, well, I guess I was wrong.

Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>

I'll push this next time I get a chance.

On a related note, do you have push access?  If you're going to be keeping
up the android build, it probably makes sense for you to be able to push
things (given review, of course).

> Build tested with android 7.0
> Cheers
> M.
>
> From e783a73d15e0e49bb323b2e47bc2de0b51ceffa2 Mon Sep 17 00:00:00 2001
> From: Mauro Rossi <issor.oruam at gmail.com>
> Date: Sun, 4 Sep 2016 00:50:48 +0200
> Subject: [PATCH] android: intel: fix include paths in new "common" library
>
> Fixes building error in libmesa_intel_common static library
> ---
>  src/intel/Android.common.mk | 6 ++++++
>  1 file changed, 6 insertions(+)
>
> diff --git a/src/intel/Android.common.mk b/src/intel/Android.common.mk
> index dcc0140..f056f0a 100644
> --- a/src/intel/Android.common.mk
> +++ b/src/intel/Android.common.mk
> @@ -31,5 +31,11 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
>
>  LOCAL_SRC_FILES := $(COMMON_FILES)
>
> +LOCAL_C_INCLUDES := \
> + $(MESA_TOP)/src/gallium/include \
> + $(MESA_TOP)/src/gallium/auxiliary \
> + $(MESA_TOP)/src/mapi \
> + $(MESA_TOP)/src/mesa
> +
>  include $(MESA_COMMON_MK)
>  include $(BUILD_STATIC_LIBRARY)
> --
> 2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160903/de8de603/attachment-0001.html>


More information about the mesa-dev mailing list