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

Commit a7f331d1 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Enable AFDO for libinputflinger and libinput

This should make input code faster.

Bug: 396219004
Test: none
Flag: EXEMPT refactor
Change-Id: Ib3cbd868b4469d54335a116815b45f3ebc0aab1d
parent 3581ce1b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -220,6 +220,7 @@ cc_library {
        "-Wshadow-uncaptured-local",
        "-Wthread-safety",
    ],
    afdo: true,
    srcs: [
        "AccelerationCurve.cpp",
        "CoordinateFilter.cpp",
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ cc_defaults {
            "bounds",
        ],
    },
    afdo: true,
    tidy: true,
    tidy_checks: [
        "-*", // Disable all checks not explicitly enabled for now