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 -- 1 file changed, 2 deletions(-) (limited to 'Android.bp') 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 { -- cgit v1.2.3