android: intel: Flatten the makefile structure

Android porting of commit bebc1a1 "intel: Flatten the makefile structure"

Automake approach was followed, by moving makefiles a level up,
naming them Android.genxml.mk and Android.isl.mk,
performing the necessary adjustments to the paths,
adding src/intel/Android.mk and fixing mesa top level makefile.

Acked-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
Mauro Rossi
2016-08-27 17:19:34 +02:00
committed by Jason Ekstrand
parent 083746bc48
commit cd18bbeef3
4 changed files with 75 additions and 48 deletions

View File

@@ -95,8 +95,7 @@ SUBDIRS := \
src/mesa \
src/util \
src/egl \
src/intel/genxml \
src/intel/isl \
src/intel \
src/mesa/drivers/dri
INC_DIRS := $(call all-named-subdir-makefiles,$(SUBDIRS))