summaryrefslogtreecommitdiff
path: root/common.mk
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-10-21 04:11:41 -0700
commitbaf3c5023f4fecc1f4c18c25da9959c3d5bfc7ca (patch)
tree508ecdf97a289cc3fb49572b2cccb0e6ace9e144 /common.mk
parent1fd52d423fdddda61bdf8b8550c54f2ea7b12ff6 (diff)
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 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index 6c17458b..0a372005 100644
--- a/common.mk
+++ b/common.mk
@@ -3,7 +3,7 @@ display_top := $(call my-dir)
#Common C flags
common_flags := -Wno-missing-field-initializers
-common_flags += -Wconversion -Wall -Werror -std=c++14
+common_flags += -Wconversion -Wall -Werror
common_flags += -DUSE_GRALLOC1
ifeq ($(TARGET_IS_HEADLESS), true)
common_flags += -DTARGET_HEADLESS