Merge "aflags: add aflags.test to presubmit runs" into main am: 6b1292065f

Original change: https://android-review.googlesource.com/c/platform/build/+/3025123

Change-Id: I3a7d6db2693967036a5a25b1e10d85c95b8318e3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot 2024-04-03 15:49:14 +00:00 committed by Automerger Merge Worker
commit 2b029f096d

View file

@ -38,6 +38,10 @@
// // aconfig Rust integration tests (exported mode auto-generated code)
// "name": "aconfig.exported_mode.test.rust"
// },
{
// aflags CLI unit tests
"name": "aflags.test"
},
{
// printflags unit tests
"name": "printflags.test"
@ -92,11 +96,6 @@
{
// aconfig_storage write api cpp integration tests
"name": "aconfig_storage_write_api.test.cpp"
},
{
// aflags CLI unit tests
// TODO(b/326062088): add to presubmit once proven in postsubmit.
"name": "aflags.test"
}
]
}