summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl_perf
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2012-03-05 13:57:02 -0800
committerMathias Agopian <mathias@google.com>2012-03-05 15:59:38 -0800
commit622cfadc8f0d294f875151fe1d8985e0553795ea (patch)
tree74b39f2cdd96c0ef34208e506115b4d377b06150 /opengl/tests/gl_perf
parent06b573e4f9a6600ed41c653f2371ca45779ccaa9 (diff)
downloadframeworks_native-622cfadc8f0d294f875151fe1d8985e0553795ea.zip
frameworks_native-622cfadc8f0d294f875151fe1d8985e0553795ea.tar.gz
frameworks_native-622cfadc8f0d294f875151fe1d8985e0553795ea.tar.bz2
fixup include paths
- remove unneeded include deps - remove some hardcoded include paths Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
Diffstat (limited to 'opengl/tests/gl_perf')
-rw-r--r--opengl/tests/gl_perf/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/tests/gl_perf/Android.mk b/opengl/tests/gl_perf/Android.mk
index f32abd3..cfca089 100644
--- a/opengl/tests/gl_perf/Android.mk
+++ b/opengl/tests/gl_perf/Android.mk
@@ -11,7 +11,7 @@ LOCAL_SHARED_LIBRARIES := \
libGLESv2 \
libui
-LOCAL_C_INCLUDES += frameworks/base/opengl/tests/include
+LOCAL_C_INCLUDES += $(call include-path-for, opengl-tests-includes)
LOCAL_MODULE:= test-opengl-gl2_perf