Add cpp20 to validatekeymaps

We need this to take advantage of default-generated comparison
operators.

Bug: 278299254
Test: m
Change-Id: I4b0bd848606936378f16e95d767afd68b25ab4d8
This commit is contained in:
Siarhei Vishniakou
2023-04-17 17:05:49 -07:00
parent cf2fc89dcd
commit 3d1504f811

View File

@@ -15,7 +15,7 @@ package {
cc_binary_host {
name: "validatekeymaps",
cpp_std: "c++20",
srcs: ["Main.cpp"],
cflags: [