Merge "aconfig: add write api cpp test to presubmit" into main am: 7d642b10df
am: c8203a5992
Original change: https://android-review.googlesource.com/c/platform/build/+/3038457 Change-Id: Ia557d5ba8b9f151d27023936bf4c01ce4d608465 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b2badb4cc9
1 changed files with 4 additions and 4 deletions
|
@ -83,6 +83,10 @@
|
|||
// aconfig_storage write api rust integration tests
|
||||
"name": "aconfig_storage_write_api.test.rust"
|
||||
},
|
||||
{
|
||||
// aconfig_storage write api cpp integration tests
|
||||
"name": "aconfig_storage_write_api.test.cpp"
|
||||
},
|
||||
{
|
||||
// aconfig_storage read api rust integration tests
|
||||
"name": "aconfig_storage_read_api.test.rust"
|
||||
|
@ -93,9 +97,5 @@
|
|||
}
|
||||
],
|
||||
"postsubmit": [
|
||||
{
|
||||
// aconfig_storage write api cpp integration tests
|
||||
"name": "aconfig_storage_write_api.test.cpp"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue