Loading libs/input/Android.bp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -35,6 +35,7 @@ filegroup { cc_library { cc_library { name: "libinput", name: "libinput", cpp_std: "c++20", host_supported: true, host_supported: true, cflags: [ cflags: [ "-Wall", "-Wall", Loading services/inputflinger/TEST_MAPPING +3 −0 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,9 @@ { { "name": "inputflinger_tests" "name": "inputflinger_tests" }, }, { "name": "libpalmrejection_test" }, { { "name": "InputTests" "name": "InputTests" }, }, Loading services/inputflinger/tests/Android.bp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -57,7 +57,8 @@ cc_test { ], ], }, }, static_libs: [ static_libs: [ "libc++fs" "libc++fs", "libinput", ], ], require_root: true, require_root: true, test_suites: ["device-tests"], test_suites: ["device-tests"], Loading Loading
libs/input/Android.bp +1 −0 Original line number Original line Diff line number Diff line Loading @@ -35,6 +35,7 @@ filegroup { cc_library { cc_library { name: "libinput", name: "libinput", cpp_std: "c++20", host_supported: true, host_supported: true, cflags: [ cflags: [ "-Wall", "-Wall", Loading
services/inputflinger/TEST_MAPPING +3 −0 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,9 @@ { { "name": "inputflinger_tests" "name": "inputflinger_tests" }, }, { "name": "libpalmrejection_test" }, { { "name": "InputTests" "name": "InputTests" }, }, Loading
services/inputflinger/tests/Android.bp +2 −1 Original line number Original line Diff line number Diff line Loading @@ -57,7 +57,8 @@ cc_test { ], ], }, }, static_libs: [ static_libs: [ "libc++fs" "libc++fs", "libinput", ], ], require_root: true, require_root: true, test_suites: ["device-tests"], test_suites: ["device-tests"], Loading