From fc3c7690fe6fb6777f6891e38eff55936a67665e Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Mon, 3 Dec 2018 09:36:31 -0800 Subject: [PATCH] C++17 is the default now. Test: builds Change-Id: Ieb3cf0a0c035e1b2fcea4a5e80bb0c1df473349f --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index 7aaacb1..a1d6d9a 100644 --- a/Android.bp +++ b/Android.bp @@ -1,6 +1,5 @@ cc_defaults { name: "bpf_defaults", - cpp_std: "c++17", cflags: [ "-Wall", "-Werror",