OSDN Git Service

resolved conflicts for merge of 03eccb66 to lmp-mr1-dev-plus-aosp
authorDan Stoza <stoza@google.com>
Sat, 17 Jan 2015 00:18:51 +0000 (16:18 -0800)
committerDan Stoza <stoza@google.com>
Sat, 17 Jan 2015 00:18:51 +0000 (16:18 -0800)
Change-Id: I1f38cbe7019b2b48b1094dee154ad97c23fd22c2

1  2 
services/surfaceflinger/Android.mk
services/surfaceflinger/SurfaceFlinger.cpp

@@@ -90,26 -90,26 +90,28 @@@ els
  endif
  
  LOCAL_CFLAGS += -fvisibility=hidden -Werror=format
- LOCAL_CPPFLAGS := -std=c++11
 -LOCAL_CFLAGS += -std=c++1y
++LOCAL_CPPFLAGS := -std=c++1y
  
  LOCAL_SHARED_LIBRARIES := \
 -      libcutils \
 -      liblog \
 -      libdl \
 -      libhardware \
 -      libutils \
 -      libEGL \
 -      libGLESv1_CM \
 -      libGLESv2 \
 -      libbinder \
 -      libui \
 -      libgui \
 -      libpowermanager
 -
 -LOCAL_MODULE:= libsurfaceflinger
 +    libcutils \
 +    liblog \
 +    libdl \
 +    libhardware \
 +    libutils \
 +    libEGL \
 +    libGLESv1_CM \
 +    libGLESv2 \
 +    libbinder \
 +    libui \
 +    libgui \
 +    libpowermanager
 +
 +LOCAL_MODULE := libsurfaceflinger
 +
 +LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
  
+ include external/libcxx/libcxx.mk
  include $(BUILD_SHARED_LIBRARY)
  
  ###############################################################