From 31b92a5d754470d961b4687113765f0118cd3d39 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 3 Dec 2018 09:27:17 -0800 Subject: C++17 is the default now. Test: builds Change-Id: I91923da25f470621189589711c50f3d67e435c68 --- Android.bp | 2 -- minadbd/Android.bp | 1 - 2 files changed, 3 deletions(-) diff --git a/Android.bp b/Android.bp index c28dc3be1..41075d23a 100644 --- a/Android.bp +++ b/Android.bp @@ -24,8 +24,6 @@ cc_defaults { "-Wall", "-Werror", ], - - cpp_std: "c++17", } cc_library { diff --git a/minadbd/Android.bp b/minadbd/Android.bp index 7e33261eb..370232b3f 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -15,7 +15,6 @@ cc_defaults { name: "minadbd_defaults", - cpp_std: "gnu++17", cflags: [ "-DADB_HOST=0", "-Wall", -- cgit v1.2.3