glsl: Fix Android build
authorChad Versace <chad.versace@linux.intel.com>
Wed, 8 Feb 2012 23:07:33 +0000 (15:07 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Wed, 8 Feb 2012 23:17:12 +0000 (15:17 -0800)
commit5497cc428fa7c6670d252d34f4a67c9498ae3895
tree2adca955e4c9a871d267587965f657521cffa4b3
parent192467108b282c19da3b11647a7a802b3d890193
glsl: Fix Android build

The build was broken by the line below, added in commit 4f82fed4.
  s_expression.cpp:26: #include <limits>

Mesa's half of the fix is to add 'external/astl/include' to the include
path. The other half of the fix requires implementing
numeric_limits<float>::infinity() in astl, for which I have patches
submitted upstream for review.

Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/glsl/Android.mk