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

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

Merge "Rely on the platform -std default."

am: 26989871

Change-Id: I1acbc09058a339d0df076e0fccb750bb57099e8d
parents 0ef01bab 26989871
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",