commit | 60a1588747b29c274f5eee5478c4f6c8bd932e55 | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Mon Jan 31 09:00:15 2022 -0800 |
committer | Siarhei Vishniakou <svv@google.com> | Mon Jan 31 10:50:27 2022 -0800 |
tree | b87aa8b8933a9342348a5215557ea520c40551fe | |
parent | 031498c9cb01b608ae6127641b55d7d8fdea8234 [diff] [blame] |
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
diff --git a/services/inputflinger/tests/Android.bp b/services/inputflinger/tests/Android.bp index aae4e0d..9d200bd 100644 --- a/services/inputflinger/tests/Android.bp +++ b/services/inputflinger/tests/Android.bp
@@ -58,7 +58,7 @@ ], }, static_libs: [ - "libc++fs" + "libc++fs", ], require_root: true, test_suites: ["device-tests"],