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

am: 9f909492c0

Change-Id: Ic872f06bae64f5ee90db002043132a2de7c7ba02
This commit is contained in:
Elliott Hughes
2018-12-03 14:43:14 -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",