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

Commit 274347eb 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

Change-Id: I1dffb52b3f59a8fe42c4c42e10ff7c9287e81e63
parents b48bc88b 35368f24
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",