android: intel/isl: remove redundant building rules
authorMauro Rossi <issor.oruam@gmail.com>
Thu, 21 Feb 2019 23:30:38 +0000 (00:30 +0100)
committerTapani Pälli <tapani.palli@intel.com>
Fri, 22 Feb 2019 05:56:11 +0000 (07:56 +0200)
commit338dacc3415dc6a11040aa68c17db1213738d911
tree050e890b2f0255148f59b9b5701f437174ecc951
parentb21de090d64167ac7436bdec1d76e76797f3b5be
android: intel/isl: remove redundant building rules

Fixes the following building error:

including ./external/mesa/Android.mk ...
build/core/base_rules.mk:183: *** external/mesa/src/intel:
MODULE.TARGET.STATIC_LIBRARIES.libmesa_isl_tiled_memcpy already defined by external/mesa/src/intel.
make: *** [build/core/ninja.mk:164: out/build-android_x86_64.ninja] Error 1

ISL_TILED_MEMCPY_FILES is isl/isl_tiled_memcpy_normal.c
and that source file includes isl_tiled_memcpy.c source

Fixes: 96bb328 ("iris: add Android build")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/intel/Android.isl.mk