summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/Android.mk
diff options
context:
space:
mode:
authorDan Stoza <stoza@google.com>2015-01-16 14:13:46 -0800
committerDan Stoza <stoza@google.com>2015-01-16 15:02:22 -0800
commit03eccb6616744c3789b6018680de7bf5a18f71ce (patch)
tree268c60e6d3ede0734546fd8d4fc84b8a1ea030f0 /services/surfaceflinger/Android.mk
parent457731f69e3106b5aae8fc04f9565af1d875876c (diff)
downloadframeworks_native-03eccb6616744c3789b6018680de7bf5a18f71ce.zip
frameworks_native-03eccb6616744c3789b6018680de7bf5a18f71ce.tar.gz
frameworks_native-03eccb6616744c3789b6018680de7bf5a18f71ce.tar.bz2
SurfaceFlinger: Attempt to attribute fds to layers
This tracks fds when layers are created and destroyed in an effort to determine which specific app (if any) is active when fds are leaked Bug: 19017008 Change-Id: I1f1d5a9cbc1399e3df3a2d350324f80b3a4e3477
Diffstat (limited to 'services/surfaceflinger/Android.mk')
-rw-r--r--services/surfaceflinger/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/services/surfaceflinger/Android.mk b/services/surfaceflinger/Android.mk
index eade2e2..af271b2 100644
--- a/services/surfaceflinger/Android.mk
+++ b/services/surfaceflinger/Android.mk
@@ -90,7 +90,7 @@ else
endif
LOCAL_CFLAGS += -fvisibility=hidden -Werror=format
-LOCAL_CFLAGS += -std=c++11
+LOCAL_CFLAGS += -std=c++1y
LOCAL_SHARED_LIBRARIES := \
libcutils \
@@ -108,6 +108,8 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= libsurfaceflinger
+include external/libcxx/libcxx.mk
+
include $(BUILD_SHARED_LIBRARY)
###############################################################