Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92f06459 authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Move Bluetooth to using C++17

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
parent cff87bfd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -60,4 +60,5 @@ fluoride_defaults {
    static_libs: [
        "libbluetooth-types",
    ],
    cpp_std: "c++17",
}