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

Commit 60a15887 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Use C++20 in libinput

This is needed to support features like default comparators.

Bug: 217165277
Bug: 216232380
Test: atest inputflinger_tests
Change-Id: Ifb8b074678e87b56271b207c1806d8b41b1ee9e9
parent 031498c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ filegroup {

cc_library {
    name: "libinput",
    cpp_std: "c++20",
    host_supported: true,
    cflags: [
        "-Wall",
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ cc_test {
        ],
    },
    static_libs: [
        "libc++fs"
        "libc++fs",
    ],
    require_root: true,
    test_suites: ["device-tests"],