Commit 11171158 by Nicolas Capens

Remove -fvisibility=protected from Android.mk files.

It causes Android-GCE to fail to boot. Change-Id: I7ad8a904ae39bc9d3548969471e5908276508d72 Reviewed-on: https://swiftshader-review.googlesource.com/2892Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent d61ac5fa
......@@ -24,7 +24,6 @@ LOCAL_CFLAGS += -UNDEBUG -g -O0
#LOCAL_CFLAGS += -DANGLE_DISABLE_TRACE
LOCAL_CFLAGS += -std=c++11
LOCAL_CFLAGS += -fvisibility=protected
# These changes tie the build to Cloud Android. Do something else
# for other Android builds.
......
......@@ -88,7 +88,6 @@ LOCAL_SRC_FILES += \
LOCAL_CFLAGS += -DLOG_TAG=\"libGLES_CM_swiftshader\"
LOCAL_CFLAGS += -fno-operator-names -msse2 -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
LOCAL_CFLAGS += -std=c++11
LOCAL_CFLAGS += -fvisibility=protected
# Android's make system also uses NDEBUG, so we need to set/unset it forcefully
# Uncomment for ON:
......
......@@ -134,7 +134,6 @@ LOCAL_CFLAGS += -UNDEBUG -g -O0
LOCAL_CFLAGS += -fno-operator-names -msse2 -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS
LOCAL_CFLAGS += -std=c++11
LOCAL_CFLAGS += -fvisibility=protected
LOCAL_SHARED_LIBRARIES += libdl liblog libcutils libhardware libui libutils \
$(GCE_STLPORT_LIBS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment