Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1eee6277 authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Android Git Automerger
Browse files

am 108e6334: am e9034b45: Merge "Use LOCAL_CLANG := false for GLES wrappers for now"

* commit '108e6334':
  Use LOCAL_CLANG := false for GLES wrappers for now
parents 68f35a01 108e6334
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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