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>
This commit is contained in:
Bernhard Rosenkraenzer 2014-10-13 13:56:57 +02:00 committed by Dan Albert
parent cde4b13a12
commit d3684aeda5
1 changed files with 2 additions and 0 deletions

View File

@ -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