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

Commit acbf7885 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable AFDO for libinputflinger and libinput" into main

parents fe19ba36 a7f331d1
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