On 26 August 2016 at 12:27, Tapani Pälli <[email protected]> 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 <[email protected]> > --- > 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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
