Add cpp20 to input vts test
We need this to take advantage of default-generated comparison operators. Bug: 278299254 Test: m VtsHalInputClassifierV1_0TargetTest Change-Id: Ic03af541f2d1816efa3a1065b34b8782497db46e
This commit is contained in:
parent
d1c48c81c1
commit
778802cfbc
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ package {
|
|||
|
||||
cc_test {
|
||||
name: "VtsHalInputClassifierV1_0TargetTest",
|
||||
cpp_std: "c++20",
|
||||
defaults: ["VtsHalTargetTestDefaults"],
|
||||
srcs: [
|
||||
":inputconstants_aidl",
|
||||
|
|
Loading…
Reference in a new issue