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:
commit
2b029f096d
1 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue