diff options
author | Mathias Agopian <mathias@google.com> | 2012-03-07 19:46:57 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2012-03-07 19:46:57 -0800 |
commit | 373c2b28692b5454c42ac286aaae8483d6921188 (patch) | |
tree | 9362f3d18855a93962c6146f3c2abee6483573f6 /opengl/tests | |
parent | 9d0152ed34e47f652110387441017803f69e8244 (diff) | |
download | frameworks_native-373c2b28692b5454c42ac286aaae8483d6921188.zip frameworks_native-373c2b28692b5454c42ac286aaae8483d6921188.tar.gz frameworks_native-373c2b28692b5454c42ac286aaae8483d6921188.tar.bz2 |
fix include path
Change-Id: I84adf53594cd4083a4a8ab475f175abb7414cda5
Diffstat (limited to 'opengl/tests')
-rw-r--r-- | opengl/tests/EGLTest/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opengl/tests/EGLTest/Android.mk b/opengl/tests/EGLTest/Android.mk index 14104d1..d8e7012 100644 --- a/opengl/tests/EGLTest/Android.mk +++ b/opengl/tests/EGLTest/Android.mk @@ -26,8 +26,8 @@ LOCAL_C_INCLUDES := \ bionic/libstdc++/include \ external/gtest/include \ external/stlport/stlport \ - frameworks/base/opengl/libs \ - frameworks/base/opengl/libs/EGL \ + frameworks/native/opengl/libs \ + frameworks/native/opengl/libs/EGL \ include $(BUILD_EXECUTABLE) |