summaryrefslogtreecommitdiff
path: root/libdebug
diff options
context:
space:
mode:
authorRamakant Singh <ramakant@codeaurora.org>2019-10-18 10:34:35 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2019-12-15 23:47:55 -0800
commit2b51ac831a204252c9f0d3678548ae388537b988 (patch)
treea066cf0e5ffbc5699f297cf15b691ffc295f5031 /libdebug
parentd5138f56928b5861847547d139f6411e443bdbc5 (diff)
downloaddisplay-2b51ac831a204252c9f0d3678548ae388537b988.tar.gz
display: Remove C++ standard flags
Some headers included by display modules require c++17 now in newer builds. Remove the forced standard setting to let the build pick the latest C++ version Change-Id: I76f9e0c03ce08100c3dd7caf5932eaa941fff0c8
Diffstat (limited to 'libdebug')
-rw-r--r--libdebug/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdebug/Android.mk b/libdebug/Android.mk
index 14e5de09..bbe8555b 100644
--- a/libdebug/Android.mk
+++ b/libdebug/Android.mk
@@ -5,7 +5,7 @@ LOCAL_MODULE := libdisplaydebug
LOCAL_VENDOR_MODULE := true
LOCAL_MODULE_TAGS := optional
LOCAL_SHARED_LIBRARIES := libdl
-LOCAL_CFLAGS := -DLOG_TAG=\"SDM\" -Wall -std=c++11 -Werror -fno-operator-names
+LOCAL_CFLAGS := -DLOG_TAG=\"SDM\" -Wall -Werror -fno-operator-names
LOCAL_CLANG := true
LOCAL_SRC_FILES := debug_handler.cpp