build/glsl: fix android build v2
authorTapani Pälli <tapani.palli@intel.com>
Fri, 17 Aug 2012 07:32:53 +0000 (10:32 +0300)
committerMatt Turner <mattst88@gmail.com>
Thu, 23 Aug 2012 17:13:38 +0000 (10:13 -0700)
commit2ddfca98378a1eb4044e8e9d7168d73443709068
tree98f97c76090a39c1844c4780b059760ac97cf169
parenta6b8b709cdc280d3dc77cd9f78654726132d22bb
build/glsl: fix android build v2

Commit 77a3efc6b907943903190b385fdf107c4acfcdca broke android build that
sets its own value for GLSL_SRCDIR before including Makefile.sources.
Patch moves overriding the value after include, this works as GLSL_SRCDIR
variable gets expanded only later.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
src/glsl/Android.mk