summaryrefslogtreecommitdiffstats
path: root/opengl/libs
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2014-10-13 13:56:57 +0200
committerDan Albert <danalbert@google.com>2014-10-15 22:23:42 +0000
commitd3684aeda5b0c8f6101437f9f919d1b9f37f6cef (patch)
tree3008363d1b11424091b63cd63f93cba4d7db8b78 /opengl/libs
parentcde4b13a12a0bc8a7bd031f5d5c1b2b2bdd13335 (diff)
downloadframeworks_native-d3684aeda5b0c8f6101437f9f919d1b9f37f6cef.zip
frameworks_native-d3684aeda5b0c8f6101437f9f919d1b9f37f6cef.tar.gz
frameworks_native-d3684aeda5b0c8f6101437f9f919d1b9f37f6cef.tar.bz2
Use LOCAL_CLANG := false for GLES wrappers for now
GLES wrappers built with clang currently result in crashes in libhwui, UI doesn't come up. Force gcc for the wrappers until this is investigated and fixed properly. Bug: 18003438 Change-Id: I24a17ec019409930883da8040fe2fb05b0fea0c5 Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
Diffstat (limited to 'opengl/libs')
-rw-r--r--opengl/libs/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/opengl/libs/Android.mk b/opengl/libs/Android.mk
index cc5d544..2c66f3d 100644
--- a/opengl/libs/Android.mk
+++ b/opengl/libs/Android.mk
@@ -77,6 +77,7 @@ LOCAL_SRC_FILES:= \
GLES_CM/gl.cpp.arm \
#
+LOCAL_CLANG := false
LOCAL_SHARED_LIBRARIES += libcutils liblog libEGL
LOCAL_MODULE:= libGLESv1_CM
@@ -101,6 +102,7 @@ LOCAL_SRC_FILES:= \
GLES2/gl2.cpp.arm \
#
+LOCAL_CLANG := false
LOCAL_SHARED_LIBRARIES += libcutils libutils liblog libEGL
LOCAL_MODULE:= libGLESv2