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

Commit 0b01a8eb authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

libbinder_ndk: use c++17 am: 0b8a3c36 am: 3fd04a9b

am: 5002a6e6

Change-Id: I2575e5b249113fd0df913ed73468d7f81732a767
parents 633abdef 5002a6e6
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",