OSDN Git Service

Move Bluetooth to using C++17
authorAjay Panicker <apanicke@google.com>
Mon, 17 Sep 2018 18:35:24 +0000 (11:35 -0700)
committerAjay Panicker <apanicke@google.com>
Thu, 27 Sep 2018 17:00:54 +0000 (17:00 +0000)
C++ 17 has a bunch of features that will help us refactor the Bluetooth
stack to be much more safe and stable.

Bug: 115895445
Test: Compile and testtracker/201115
Change-Id: Ia1e8e179fa1df116969606d119cb8abe11f44761

build/Android.bp

index b8abb0f..bec3e85 100644 (file)
@@ -60,4 +60,5 @@ fluoride_defaults {
     static_libs: [
         "libbluetooth-types",
     ],
+    cpp_std: "c++17",
 }