Merge "Use LOCAL_CLANG := false for GLES wrappers for now"

This commit is contained in:
Chih-hung Hsieh 2014-10-16 02:52:34 +00:00 committed by Gerrit Code Review
commit e9034b4502
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