[Mesa-dev] [PATCH] android: fix build issues with genxml, isl
Emil Velikov
emil.l.velikov at gmail.com
Fri Aug 26 12:49:14 UTC 2016
On 26 August 2016 at 12:27, Tapani Pälli <tapani.palli at intel.com> wrote:
> Android.mk files were referring to LOCAL_PATH instead of path
> where wanted Makefile.sources was existing. Also minor cleanups.
>
This will break the automake build. Please port commit
bebc1a1d995e33f173ea207848bcddd81f6dd19a to the Android build. There's
some suggestions below:
> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> ---
> src/intel/Makefile.sources | 62 ++++++++++++++++++++++-----------------------
> src/intel/genxml/Android.mk | 4 +--
> src/intel/isl/Android.mk | 5 ++--
> 3 files changed, 36 insertions(+), 35 deletions(-)
>
> diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
> index a8ba0b9..477cc5d 100644
> --- a/src/intel/Makefile.sources
> +++ b/src/intel/Makefile.sources
This file should stay as-is.
> +++ b/src/intel/genxml/Android.mk
> +++ b/src/intel/isl/Android.mk
Here you can follow the Automake approach - move the files a level up
with a tweaked names and attribute for that in the path(s)
Thanks
Emil
More information about the mesa-dev
mailing list