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

Commit 0b8a3c36 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_ndk: use c++17

For std::optional for nullable types.

Bug: 111445392
Test: atest android.binder.cts
Change-Id: If212473b4b051197be42d782f25777a5795f11dd
parent 8356bb86
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ cc_library {
        "libutils",
    ],

    cpp_std: "c++17",

    version_script: "libbinder_ndk.map.txt",
}

+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ cc_defaults {
    strip: {
        none: true,
    },
    cpp_std: "c++17",
    cflags: [
        "-O0",
        "-g",