Merge "C++17 is the default now." am: 8fc15c02bd am: 9f909492c0

am: 4d371e77e1

Change-Id: Ib647755e7a1d69bf60368605a28c7aedb5bf39c7
This commit is contained in:
Elliott Hughes
2018-12-03 15:07:03 -08:00
committed by android-build-merger
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -24,8 +24,6 @@ cc_defaults {
"-Wall",
"-Werror",
],
cpp_std: "c++17",
}
cc_library {
-1
View File
@@ -15,7 +15,6 @@
cc_defaults {
name: "minadbd_defaults",
cpp_std: "gnu++17",
cflags: [
"-DADB_HOST=0",
"-Wall",