android: Moves rules for libmesa_glsl_utils to separate makefile
authorChad Versace <chad.versace@linux.intel.com>
Wed, 7 Nov 2012 22:22:54 +0000 (14:22 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Mon, 12 Nov 2012 23:52:42 +0000 (15:52 -0800)
commitf2b638a997e384a04716cea83162cb2fa331669e
tree1ff00d6776efcb5d715b6e5e7d0823e7801bb668
parenta665cf1226b80ec52a0c1a4a38378df4389e8ebf
android: Moves rules for libmesa_glsl_utils to separate makefile

The pair of files src/mesa/Android.mk and src/mesa/Android.gen.mk are too
long and complex to be easily understood. This patch belongs to a series
that decomposes them into several easily digestible makefiles.

This patch move the rules for the host and target libmesa_glsl_utils.a
from Android.mk to Android.libmesa_glsl_utils.mk.

Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/Android.libmesa_glsl_utils.mk [new file with mode: 0644]
src/mesa/Android.mk