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

Commit 5002a6e6 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

libbinder_ndk: use c++17 am: 0b8a3c36

am: 3fd04a9b

Change-Id: Ib47b51b8dcfbd40009eb3483b3cf71e69149e678
parents a3e25f8b 3fd04a9b
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",