commit | fc3c7690fe6fb6777f6891e38eff55936a67665e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Dec 03 09:36:31 2018 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Dec 03 09:36:31 2018 -0800 |
tree | d123a1514ee88f4cddacf741519b9c5eaaf2aa06 | |
parent | 1f20ad3d7888ee1fc8621c7d06d3b746fe75030e [diff] |
C++17 is the default now. Test: builds Change-Id: Ieb3cf0a0c035e1b2fcea4a5e80bb0c1df473349f
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",