Merge "C++17 is the default now."

am: 8fc15c02bd

Change-Id: Ifdbf426e445f1527c0f17c2a1e2901c084f8140c
This commit is contained in:
Elliott Hughes 2018-12-03 13:52:56 -08:00 committed by android-build-merger
commit 9f909492c0
2 changed files with 0 additions and 3 deletions

View file

@ -24,8 +24,6 @@ cc_defaults {
"-Wall",
"-Werror",
],
cpp_std: "c++17",
}
cc_library {

View file

@ -15,7 +15,6 @@
cc_defaults {
name: "minadbd_defaults",
cpp_std: "gnu++17",
cflags: [
"-DADB_HOST=0",
"-Wall",