Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf307b3a authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

Merge "Rely on the platform -std default." am: 26989871 am: 35368f24 am: 274347eb

am: 9420a844

Change-Id: Ibc3d4f92c9d25893d23e099d9a74862777893438
parents 2207efc4 9420a844
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

LOCAL_CLANG := true
LOCAL_CPPFLAGS := -std=c++1y -Weverything -Werror
LOCAL_CPPFLAGS := -Weverything -Werror

# The static constructors and destructors in this library have not been noted to
# introduce significant overheads
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ cc_library_shared {

    clang: true,
    cppflags: [
        "-std=c++1y",
        "-Weverything",
        "-Werror",