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

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

Merge "C++17 is the default now." am: 8fc15c02

am: 9f909492

Change-Id: Ic872f06bae64f5ee90db002043132a2de7c7ba02
parents 7cd90301 9f909492
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@ cc_defaults {
        "-Wall",
        "-Werror",
    ],

    cpp_std: "c++17",
}

cc_library {
+0 −1
Original line number Diff line number Diff line
@@ -15,7 +15,6 @@
cc_defaults {
    name: "minadbd_defaults",

    cpp_std: "gnu++17",
    cflags: [
        "-DADB_HOST=0",
        "-Wall",